Open micahstubbs opened 6 years ago
Module build failed: Error: Missing binding /root/workspace/bpanel/node_modules/node-sass/vendor/linux-x64-57/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 8.x
sudo npm install --unsafe-perm -g node-sass
appears to be a solution
https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md#cannot-find-module-rootinstalljs
will try this as well
sudo npm install --unsafe-perm -g babel-node
sudo npm install --unsafe-perm -g babel-cli
ok, that didn't work either. will pause here for now.
npm rebuild node-sass --force
trying this 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
bcoin@git+https://github.com/bcoin-org/bcoin.git#wallet-rewrite
trying this out now
npm install --save-dev @babel/node
hhmmmm that didn't work 🤔
encountered this error
when I run
npm run start:dev