You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
I exec run install in front folder succeed, but when i exec npm run dist in windows or ubuntu, it always faied.
The error message is as follows
/opt/mediacms/frontend/src/static/js/utils/helpers/math.js has no id assigned.
This should not happen.
It's in these chunks: none (If module is in no chunk this indicates a bug in some chunk/module optimization logic)
Module has these incoming connections:
/opt/mediacms/frontend/node_modules/babel-loader/lib/index.js!/opt/mediacms/frontend/src/static/js/utils/helpers/index.js harmony side effect evaluation
/opt/mediacms/frontend/node_modules/babel-loader/lib/index.js!/opt/mediacms/frontend/src/static/js/utils/helpers/propTypeFilters.js harmony side effect evaluation
/opt/mediacms/frontend/node_modules/babel-loader/lib/index.js!/opt/mediacms/frontend/src/static/js/utils/helpers/propTypeFilters.js harmony import specifier
root@hcss-ecs-ac1d:/opt/mediacms/frontend# cd ..
root@hcss-ecs-ac1d:/opt/mediacms# bash install.sh
Welcome to the MediacMS installation!
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the issue
I exec run install in front folder succeed, but when i exec npm
run dist
in windows or ubuntu, it always faied.The error message is as follows
/opt/mediacms/frontend/src/static/js/utils/helpers/math.js has no id assigned.
This should not happen.
It's in these chunks: none (If module is in no chunk this indicates a bug in some chunk/module optimization logic)
Module has these incoming connections:
root@hcss-ecs-ac1d:/opt/mediacms/frontend# cd ..
root@hcss-ecs-ac1d:/opt/mediacms# bash install.sh
Welcome to the MediacMS installation!
Screenshots
The text was updated successfully, but these errors were encountered: