Created
September 27, 2016 20:49
-
-
Save millisami/0b8d2b621fb39ad2c5b0cccd7d165493 to your computer and use it in GitHub Desktop.
Error: spawn EACCES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
○ hoodie new appName -t "hoodiehq/hoodie-app-skeleton" | |
.d$b. .d$b. .d$$$$$$b. .d$$$$$$b. .d$$$$$$b. .d$b..d$$$$$$$$b. | |
$$$$$..$$$$$.$$$$$$$$$$$b .$$$$$$$$$$$b $$$$$$$$$$b $$$$$$$$$$$$$$$P' | |
$$$$$$$$$$$$d$$$$$$$$$$$$bd$$$$$$$$$$$$b$$$$$$$$$$$b$$$$$$$$$$$$$$$b. | |
$$$$$$$$$$$$Q$$$$$$$$$$$$PQ$$$$$$$$$$$$P$$$$$$$$$$$P$$$$$$$$$$$$$$$P' | |
$$$$$´`$$$$$'$$$$$$$$$$$$''$$$$$$$$$$$$'$$$$$$$$$$P $$$$$$$$$$$$$$$b. | |
'Q$P' 'Q$P' 'Q$$$$$$P' 'Q$$$$$$P' 'Q$$$$$$$P 'Q$P''Q$$$$$$$$P' | |
Version: 0.6.3 (node v0.12.15, npm 2.15.11, platform: darwin) | |
[hoodie] The npm registry is available | |
[hoodie] Template not published on npm | |
[hoodie] Fresh install | |
[hoodie] This may take some time. | |
[email protected] node_modules/hoodie-app-skeleton | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[hoodie] Preparing: appName ... | |
[hoodie] Updated package.json | |
[hoodie] Created project at /Users/millisami/Hoodieaps/appName | |
[hoodie] You can now start using your hoodie app | |
cd appName | |
hoodie start | |
millisami at Sachins-MacBook-Pro in ~/Hoodieaps | |
○ cd appName | |
millisami at Sachins-MacBook-Pro in ~/Hoodieaps/appName | |
○ hoodie start | |
.d$b. .d$b. .d$$$$$$b. .d$$$$$$b. .d$$$$$$b. .d$b..d$$$$$$$$b. | |
$$$$$..$$$$$.$$$$$$$$$$$b .$$$$$$$$$$$b $$$$$$$$$$b $$$$$$$$$$$$$$$P' | |
$$$$$$$$$$$$d$$$$$$$$$$$$bd$$$$$$$$$$$$b$$$$$$$$$$$b$$$$$$$$$$$$$$$b. | |
$$$$$$$$$$$$Q$$$$$$$$$$$$PQ$$$$$$$$$$$$P$$$$$$$$$$$P$$$$$$$$$$$$$$$P' | |
$$$$$´`$$$$$'$$$$$$$$$$$$''$$$$$$$$$$$$'$$$$$$$$$$P $$$$$$$$$$$$$$$b. | |
'Q$P' 'Q$P' 'Q$$$$$$P' 'Q$$$$$$P' 'Q$$$$$$$P 'Q$P''Q$$$$$$$$P' | |
Version: 0.6.3 (node v0.12.15, npm 2.15.11, platform: darwin) | |
Initializing... | |
Error: spawn EACCES | |
at exports._errnoException (util.js:746:11) | |
at ChildProcess.spawn (child_process.js:1169:11) | |
at exports.spawn (child_process.js:999:9) | |
at MultiCouch.start (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/node_modules/multicouch/lib/multicouch.js:103:15) | |
at exports.startMultiCouch (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/lib/couchdb/index.js:97:11) | |
at /Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/node_modules/async/lib/async.js:1080:20 | |
at iterate (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/node_modules/async/lib/async.js:146:13) | |
at async.eachSeries (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/node_modules/async/lib/async.js:162:9) | |
at go (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/node_modules/async/lib/async.js:1079:20) | |
at /Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/node_modules/async/lib/async.js:1080:20 | |
Stopping CouchDB... | |
child_process.js:1169 | |
throw errnoException(err, 'spawn'); | |
^ | |
Error: spawn EACCES | |
at exports._errnoException (util.js:746:11) | |
at ChildProcess.spawn (child_process.js:1169:11) | |
at exports.spawn (child_process.js:999:9) | |
at MultiCouch.stop (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/node_modules/multicouch/lib/multicouch.js:118:19) | |
at Object.exports.stop (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/lib/couchdb/index.js:181:11) | |
at process.<anonymous> (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/lib/couchdb/index.js:76:13) | |
at process.emit (events.js:107:17) | |
at process.exit (node.js:600:17) | |
at Domain.<anonymous> (/Users/millisami/Hoodieaps/appName/node_modules/hoodie-server/lib/index.js:64:13) | |
at Domain.emit (events.js:107:17) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment