Skip to content

Instantly share code, notes, and snippets.

@millisami
Created September 27, 2016 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save millisami/0b8d2b621fb39ad2c5b0cccd7d165493 to your computer and use it in GitHub Desktop.
Save millisami/0b8d2b621fb39ad2c5b0cccd7d165493 to your computer and use it in GitHub Desktop.
Error: spawn EACCES
○ 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.
hoodie-app-skeleton@1.0.0 node_modules/hoodie-app-skeleton
├── hoodie-plugin-email@1.0.0
├── hoodie-plugin-appconfig@2.0.1
├── hoodie-plugin-users@2.2.2 (bs58@1.2.1, async@0.9.2, lodash@2.4.2, simplesmtp@0.3.35)
└── hoodie-server@4.0.3 (ports@1.1.0, local-tld-lib@1.0.2, bytes@1.0.0, lock@0.1.3, watch@0.11.0, async@0.9.2, semver@4.3.6, mkdirp@0.5.1, hoodie-admin-dashboard-uikit@3.0.0, lodash@3.10.1, optimist@0.6.1, follow@0.11.4, wreck@6.3.0, cli-color@0.3.3, multicouch@0.8.2, prompt@0.2.14, couchr@0.0.14, request@2.75.0, hoodie@2.1.1, hoodie-plugins-manager@0.4.0, hoodie-admin-dashboard@2.0.0, hapi@8.8.1, browserify@4.2.3)
[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