RSchade opened a new issue #960: Fauxton dev server not running on Windows 7 URL: https://github.com/apache/couchdb-fauxton/issues/960 I cloned the repository, installed dependencies with npm, and changed the host in the setting.json file however I am receiving the following error: ``` $ npm run dev > [email protected] dev C:\Users\schader1\couchdb-fauxton > node ./devserver.js setup dev environment events.js:160 throw er; // Unhandled 'error' event ^ Error: spawn grunt ENOENT at exports._errnoException (util.js:1018:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:367:16) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) at Module.runMain (module.js:606:11) at run (bootstrap_node.js:390:7) at startup (bootstrap_node.js:150:9) at bootstrap_node.js:505:3 ``` NPM Debug log: ``` 10 verbose lifecycle [email protected]~dev: CWD: C:\Users\schader1\couchdb-fauxton 11 silly lifecycle [email protected]~dev: Args: [ '/d /s /c', 'node ./devserver.js' ] 12 silly lifecycle [email protected]~dev: Returned: code: 1 signal: null 13 info lifecycle [email protected]~dev: Failed to exec dev script 14 verbose stack Error: [email protected] dev: `node ./devserver.js` 14 verbose stack Exit status 1 14 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16) 14 verbose stack at emitTwo (events.js:106:13) 14 verbose stack at EventEmitter.emit (events.js:191:7) 14 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14) 14 verbose stack at emitTwo (events.js:106:13) 14 verbose stack at ChildProcess.emit (events.js:191:7) 14 verbose stack at maybeClose (internal/child_process.js:886:16) 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 15 verbose pkgid [email protected] 16 verbose cwd C:\Users\schader1\couchdb-fauxton 17 error Windows_NT 6.1.7601 18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev" 19 error node v6.10.3 20 error npm v3.10.10 21 error code ELIFECYCLE 22 error [email protected] dev: `node ./devserver.js` 22 error Exit status 1 23 error Failed at the [email protected] dev script 'node ./devserver.js'. 23 error Make sure you have the latest version of node.js and npm installed. 23 error If you do, this is most likely a problem with the fauxton package, 23 error not with npm itself. 23 error Tell the author that this fails on your system: 23 error node ./devserver.js 23 error You can get information on how to open an issue for this project with: 23 error npm bugs fauxton 23 error Or if that isn't available, you can get their info via: 23 error npm owner ls fauxton 23 error There is likely additional logging output above. 24 verbose exit [ 1, true ] ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
