-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run bpanel on server #13
Comments
|
appears to be a solution https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md#cannot-find-module-rootinstalljs |
will try this as well
|
ok, that didn't work either. will pause here for now. |
|
[1082] ./webapp/containers/App/app.scss 41 bytes {0} [built]
+ 1072 hidden modules
ERROR in ./webapp/plugins/index.js
Module not found: Error: Can't resolve '@bpanel/genesis-theme' in '/root/workspace/bpanel/webapp/plugins'
@ ./webapp/plugins/index.js 7:20-52
@ ./webapp/config/appConfig.js
@ ./webapp/store/index.js
@ ./webapp/index.js
@ multi whatwg-fetch ./webapp/index
ERROR in ./webapp/plugins/index.js
Module not found: Error: Can't resolve '@bpanel/simple-mining' in '/root/workspace/bpanel/webapp/plugins'
@ ./webapp/plugins/index.js 11:20-52
@ ./webapp/config/appConfig.js
@ ./webapp/store/index.js
@ ./webapp/index.js
@ multi whatwg-fetch ./webapp/index
Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js??ref--1-2!node_modules/postcss-loader/lib/index.js??ref--1-3!node_modules/sass-loader/lib/loader.js??ref--1-4!webapp/containers/App/app.scss:
[0] ./node_modules/css-loader??ref--1-2!./node_modules/postcss-loader/lib??ref--1-3!./node_modules/sass-loader/lib/loader.js??ref--1-4!./webapp/containers/App/app.scss 610 kB {0} [built]
+ 1 hidden module
|
ok, trying this now in response to an error message
|
trying this out now
|
hhmmmm that didn't work 🤔 |
encountered this error
when I run
npm run start:dev
The text was updated successfully, but these errors were encountered: