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
I did everything in instructions. This is the error I am getting after npm start. I tried many times and cant get it work. Also before this I have another error when installing dependencies yarn. Please see bottom.. Guys need help.
Error: ENOENT: no such file or directory, open './config/config.cson'
at Object.openSync (fs.js:436:3)
at Object.readFileSync (fs.js:341:35)
at CSON.parseCSONFile (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:332:23)
at CSON.requireCSONFile (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:375:21)
at CSON.action (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:100:50)
at CSON.requireFile (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:178:19)
at Object. (/Applications/AMPPS/www/node_modules/qbooze/webpack.config.js:11:87)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:20:18)
at module.exports (/Applications/AMPPS/www/node_modules/qbooze/node_modules/webpack/bin/convert-argv.js:80:13)
at Object. (/Applications/AMPPS/www/node_modules/qbooze/node_modules/webpack-dev-server/bin/webpack-dev-server.js:68:48)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
at startup (internal/bootstrap/node.js:279:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:696:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: webpack-dev-server --port 8080 --json --progress
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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! /Users/Hakan/.npm/_logs/2018-10-06T23_51_37_589Z-debug.log
Hakans-MacBook-Pro:qbooze Hakan$
Before this when I instal the dependencies yarn I also get this error.
warning " > [email protected]" has incorrect peer dependency "@angular/compiler-cli@~4.0.2".
warning " > [email protected]" has incorrect peer dependency "@angular/core@~4.0.2".
warning " > [email protected]" has incorrect peer dependency "@angular/http@~4.0.2".
warning " > [email protected]" has unmet peer dependency "webpack@1 || 2 || 3".
[5/5] 📃 Building fresh packages...
[1/3] ⠁ fsevents
[2/3] ⠁ node-sass
warning Error running install script for optional dependency: "/Applications/AMPPS/www/node_modules/qbooze/node_modules/fsevents: Command failed.
Exit code: 1
Command: node install
Arguments:
Directory: /Applications/AMPPS/www/node_modules/qbooze/node_modules/fsevents
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | darwin | x64
node-pre-gyp info check checked for "/Applications/AMPPS/www/node_modules/qbooze/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" (not found)
The text was updated successfully, but these errors were encountered:
node -v
): v10.10.0yarn -v
): 1.10.1I did everything in instructions. This is the error I am getting after npm start. I tried many times and cant get it work. Also before this I have another error when installing dependencies yarn. Please see bottom.. Guys need help.
Hakans-MacBook-Pro:qbooze Hakan$ npm start
fs.js:115
throw err;
^
Error: ENOENT: no such file or directory, open './config/config.cson'
at Object.openSync (fs.js:436:3)
at Object.readFileSync (fs.js:341:35)
at CSON.parseCSONFile (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:332:23)
at CSON.requireCSONFile (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:375:21)
at CSON.action (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:100:50)
at CSON.requireFile (/Applications/AMPPS/www/node_modules/qbooze/node_modules/cson/out/lib/cson.js:178:19)
at Object. (/Applications/AMPPS/www/node_modules/qbooze/webpack.config.js:11:87)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:20:18)
at module.exports (/Applications/AMPPS/www/node_modules/qbooze/node_modules/webpack/bin/convert-argv.js:80:13)
at Object. (/Applications/AMPPS/www/node_modules/qbooze/node_modules/webpack-dev-server/bin/webpack-dev-server.js:68:48)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
at startup (internal/bootstrap/node.js:279:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:696:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:
webpack-dev-server --port 8080 --json --progress
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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! /Users/Hakan/.npm/_logs/2018-10-06T23_51_37_589Z-debug.log
Hakans-MacBook-Pro:qbooze Hakan$
Before this when I instal the dependencies yarn I also get this error.
warning " > [email protected]" has incorrect peer dependency "@angular/compiler-cli@~4.0.2".
warning " > [email protected]" has incorrect peer dependency "@angular/core@~4.0.2".
warning " > [email protected]" has incorrect peer dependency "@angular/http@~4.0.2".
warning " > [email protected]" has unmet peer dependency "webpack@1 || 2 || 3".
[5/5] 📃 Building fresh packages...
[1/3] ⠁ fsevents
[2/3] ⠁ node-sass
warning Error running install script for optional dependency: "/Applications/AMPPS/www/node_modules/qbooze/node_modules/fsevents: Command failed.
Exit code: 1
Command: node install
Arguments:
Directory: /Applications/AMPPS/www/node_modules/qbooze/node_modules/fsevents
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | darwin | x64
node-pre-gyp info check checked for "/Applications/AMPPS/www/node_modules/qbooze/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" (not found)
The text was updated successfully, but these errors were encountered: