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
Seans-MacBook-Pro:ghost-0.5.9 Sean$ npm install --production
npm WARN package.json [email protected] No README data
npm ERR! Error: ENOENT, chmod '/Users/Sean/ghost-0.5.9/node_modules/handlebars/bin/handlebars'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! System Darwin 14.1.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "--production"
npm ERR! cwd /Users/Sean/ghost-0.5.9
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! path /Users/Sean/ghost-0.5.9/node_modules/handlebars/bin/handlebars
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/Sean/ghost-0.5.9/npm-debug.log
npm ERR! not ok code 0
...
Seans-MacBook-Pro:node_modules Sean$ cd handlebars
Seans-MacBook-Pro:handlebars Sean$ ls
LICENSE coverage package.json runtime.js
It appears there is a missing bin directory in the handlerbars npm_module directory. But as I'm green to Node, my searches online for a resolution to this came up empty.
The text was updated successfully, but these errors were encountered:
Following the installation guide at http://support.ghost.org/installing-ghost-mac/, I ran into the following problems on the step of installing ghost:
It appears there is a missing bin directory in the handlerbars npm_module directory. But as I'm green to Node, my searches online for a resolution to this came up empty.
The text was updated successfully, but these errors were encountered: