J'ai cette erreur lorsque j'essaie de mettre à jour mon projet Meteor de Meteor 1.3.5.1 vers METEOR 1.4. Je ne sais pas pourquoi j'ai cette erreur. J'ai déjà essayé de faire un chown à .meteor et .np floder.
=> Errors while initializing project:
While loading package [email protected]:
error: Command failed:
/home/noob/.meteor/packages/meteor-tool/.1.4.0.hylsrj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm
rebuild --no-bin-links --update-binary
gyp ERR! clean error
gyp ERR! stack Error: EACCES: permission denied, rmdir 'build'
gyp ERR! stack at Error (native)
gyp ERR! System Linux 3.16.0-38-generic
gyp ERR! command
"/home/noob/.meteor/packages/meteor-tool/.1.4.0.hylsrj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node"
"/home/noob/.meteor/packages/meteor-tool/.1.4.0.hylsrj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js"
"rebuild"
gyp ERR! cwd
/home/noob/.meteor/packages/npm-bcrypt/.0.8.7.1np1i1l++os.linux.x86_64+web.browser+web.cordova/npm/node_modules/.temp-140iag7/node_modules/bcrypt
gyp ERR! node -v v4.4.7
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Linux 3.16.0-38-generic
npm ERR! argv
"/home/noob/.meteor/packages/meteor-tool/.1.4.0.hylsrj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node"
"/home/noob/.meteor/packages/meteor-tool/.1.4.0.hylsrj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm"
"rebuild" "--no-bin-links" "--update-binary"
npm ERR! node v4.4.7
npm ERR! npm v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
.....
C'était une erreur de permission Je fais un Sudo chown -R $USERNAME /home/noob
et maintenant tout fonctionne bien
Dû supprimer le répertoire bcrypt
rm -r $ HOME/.meteor/packages/npm-bcrypt/.0.7.8_2.f294j7 ++ os.osx.x86_64 + web.browser + web.cordova/npm/node_modules/bcrypt
Ressemble plus à un problème Node-gyp.
Extrait de Meteor docs :
Si vous avez des packages binaires npm dans votre répertoire application node_modules , Vous devez exécuter meteor npm rebuild (après la mise à jour de meteor) dans De votre répertoire d'application pour recompiler ces packages.
Si cela ne fonctionne toujours pas, essayez de supprimer votre fichier ~/.node-gyp
, puis npm update
.