-
Notifications
You must be signed in to change notification settings - Fork 72
error installing on Windows #16
Comments
Windows should be supported. This looks like an NPM issue, though. On Sun, Mar 23, 2014 at 9:32 AM, William Cheung [email protected]
|
I looked inside the tar and the Icon file referenced in the error is empty (zero bytes). Seems like on Windows that's not supported. I replaced the empty file with a dummy one and then I could install the package. |
I pushed a new update without the Icon file (since it's not really used for anything) On Sun, Mar 23, 2014 at 7:15 PM, William Cheung [email protected]
|
Hi, Is this supported? I tried on two different Windows 7 machines, same error. Here are the logs:
C:\passport>npm install https://registry.npmjs.org/passbook/-/passbook-2.0.1.tgz
npm http GET https://registry.npmjs.org/passbook/-/passbook-2.0.1.tgz
npm http 200 https://registry.npmjs.org/passbook/-/passbook-2.0.1.tgz
npm ERR! Error: ENOENT, open 'C:\Users\wcheung\AppData\Local\Temp\npm-25964-VA56BRXV\1395591982431-0.7802650819066912\package\Icon
'
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 Windows_NT 6.1.7601
npm ERR! command "C:\dev\nodejs\node.exe" "C:\dev\nodejs\node_modules\npm\bin\npm-cli.js" "install" "https://registry.npmjs.org/passbook/-/passbook-2.0.1.tgz"
npm ERR! cwd C:\passport
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path C:\Users\wcheung\AppData\Local\Temp\npm-25964-VA56BRXV\1395591982431-0.7802650819066912\package\Icon
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\passport\npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: