robrighter / node-boilerplate

Everything you need to get started on a Node.js website with express and socket.IO
1.06k stars 161 forks source link

Fails on Windows #33

Open paulvi opened 10 years ago

paulvi commented 10 years ago

Tried in straightforward way on Windows. npm install failed (see log below), template git repository was not deleted, leaving the project in dirty state.

And yes, #29 Express is old 2.x

npm http 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
npm ERR! Error: ENOENT, lstat 'E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1\node_modules\mongoose\node_modules\colors\package.json'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1
npm ERR! node -v v0.10.0
npm ERR! npm -v 1.2.14
npm ERR! path E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1\node_modules\mongoose\node_modules\colors\package.json
npm ERR! fstream_path E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1\node_modules\mongoose\node_modules\colors\package.json
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack C:\Program Files\nodejs\node_modules\npm\node_modules\fstream\lib\writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:93:15)
npm ERR! Error: ENOENT, lstat 'E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1\node_modules\mongoose\node_modules\hooks\package.json'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1
npm ERR! node -v v0.10.0
npm ERR! npm -v 1.2.14
npm ERR! path E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1\node_modules\mongoose\node_modules\hooks\package.json
npm ERR! fstream_path E:\Eclipse\Enide-Standard-kepler431-working-copy\ws\NodeBoilerplateProject1\node_modules\mongoose\node_modules\hooks\package.json
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
steven-prybylynskyi commented 10 years ago

Same here