problem npm run start
See original GitHub issueOS Windows 10: C:\Users\willi\Desktop\architectui-react-free>npm run start
architectui-react-theme-free@1.0.0 start C:\Users\willi\Desktop\architectui-react-free cross-env NODE_PATH=./src node scripts/start.js
Cannot read property ‘entryOption’ of undefined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! architectui-react-theme-free@1.0.0 start: cross-env NODE_PATH=./src node scripts/start.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the architectui-react-theme-free@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\willi\AppData\Roaming\npm-cache_logs
2019-07-13T17_13_11_496Z-debug.log
2019-07-13T17_13_11_496Z-debug.log
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:11
Top GitHub Comments
It runs after deleting ^ from webpack-dev-server in devDependencies package.json. But I get a blank page with warnings in console.
I am running it on a Linux Mint 19 machine.
See attached screenshot.
delete
^
from webpack-dev-server indevDependencies
package.json