Install fails on OSX
nschurmann opened this issue ยท 6 comments
nschurmann commented
Hello!
install fails when i try to in install it via npm:
~ [ sudo npm install -g mancy ] 3:35 PM
(node:17550) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "mancy"
npm ERR! node v6.0.0
npm ERR! npm v3.4.0
npm ERR! code EREADFILE
npm ERR! Error extracting /Users/nicolas/.npm/mancy/2.2.2/package.tgz archive: ENOENT: no such file or directory, open '/Users/nicolas/.npm/mancy/2.2.2/package.tgz'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /Users/nicolas/npm-debug.log
~ [ npm install -g mancy ] 3:36 PM
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "mancy"
npm ERR! node v4.2.2
npm ERR! npm v3.4.0
npm ERR! code EREADFILE
npm ERR! Error extracting /Users/nicolas/.npm/mancy/2.2.2/package.tgz archive: ENOENT: no such file or directory, open '/Users/nicolas/.npm/mancy/2.2.2/package.tgz'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
princejwesley commented
@nschurmann v2.2.2
is old. May be try npm uninstall -g mancy
and then install
.
nschurmann commented
@princejwesley doesn't work, keeps throwing same error :(
princejwesley commented
I can able to install from npm
.
~ ๐ โน npm install -g mancy
/usr/local/bin/mancy -> /usr/local/lib/node_modules/mancy/cli.js
> mancy@3.0.0-1 postinstall /usr/local/lib/node_modules/mancy
> node download.js
Downloading Mancy-darwin-x64.zip
[============================================>] 100.0% of 48.11 MB (791.96 kB/s)
/usr/local/lib
โโโฌ mancy@3.0.0-1
..
โโโ throttleit@0.0.2
Try clean the cache npm cache clean
or remove the cache directory in ~/.npm/mancy
nschurmann commented
still :(
Sites/deed-backend [ npm cache clean master * ] 11:18 AM
Sites/deed-backend [ npm install -g mancy master * ] 11:19 AM
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "mancy"
npm ERR! node v4.2.2
npm ERR! npm v3.4.0
npm ERR! code EREADFILE
npm ERR! Error extracting /Users/nicolas/.npm/mancy/2.2.2/package.tgz archive: ENOENT: no such file or directory, open '/Users/nicolas/.npm/mancy/2.2.2/package.tgz'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /Users/nicolas/Sites/deed-backend/npm-debug.log
Sites/deed-backend [ rm -rf ~/.npm/mancy master * ] 11:19 AM
Sites/deed-backend [ npm install -g mancy master * ] 11:19 AM
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "mancy"
npm ERR! node v4.2.2
npm ERR! npm v3.4.0
npm ERR! code EREADFILE
npm ERR! Error extracting /Users/nicolas/.npm/mancy/2.2.2/package.tgz archive: ENOENT: no such file or directory, open '/Users/nicolas/.npm/mancy/2.2.2/package.tgz'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /Users/nicolas/Sites/deed-backend/npm-debug.log
any way to force install 3.0.0?
princejwesley commented
Yes, npm install -g mancy@3.0.0-1
nschurmann commented
yay!, it worked ^^, now i have other issue with typescript.