Tried to install LaserWeb4 for testing. But I get always the same error:
ERROR in ./src/reducers/machine-profiles.js
Module not found: Error: Cannot resolve ‘file’ or ‘directory’ …/data/lw.machines/machine-profiles.json in /Users/opaque/Desktop/LaserWeb4-dev-es6/src/reducers
@ ./src/reducers/machine-profiles.js 14:21-73
webpack: bundle is now VALID.
Thx. Will try tomorrow.
Wont´t work:
macx86:LaserWeb4-dev-es6 opaque$ npm run installdev
laserweb@0.4.0 installdev /Users/opaque/Desktop/LaserWeb4-dev-es6
git submodule init && git submodule update --remote && npm install
fatal: Not a git repository (or any of the parent directories): .git
npm ERR! Darwin 13.4.0
npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “run” “installdev”
npm ERR! node v6.9.4
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! laserweb@0.4.0 installdev: git submodule init && git submodule update --remote && npm install
npm ERR! Exit status 128
npm ERR!
npm ERR! Failed at the laserweb@0.4.0 installdev script 'git submodule init && git submodule update --remote && npm install '.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the laserweb package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! git submodule init && git submodule update --remote && npm install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs laserweb
npm ERR! Or if that isn’t available, you can get their info via:
npm ERR! npm owner ls laserweb
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/opaque/Desktop/LaserWeb4-dev-es6/npm-debug.log
Did a new git clone. Now it works. Thx