web-pal / react-trello-board

Trello like board based on React, Redux, React-dnd
http://react-trello-board.web-pal.com
1.63k stars 329 forks source link

npm install freeze #6

Open abdennour opened 8 years ago

abdennour commented 8 years ago

I am using node 6.2.1 and i run :

npm install

I got this error :

npm ERR! Darwin 15.6.0 npm ERR! argv "/Users/me/.nvm/versions/node/v6.2.1/bin/node" "/Users/me/.nvm/versions/node/v6.2.1/bin/npm" "install" npm ERR! node v6.2.1 npm ERR! npm v3.9.3

npm ERR! shasum check failed for /var/folders/4s/ch8k_58x04l59gv_p4jfq6lr0000gn/T/npm-64010-6518f751/registry.npmjs.org/faker/-/faker-3.1.0.tgz npm ERR! Expected: 0f908faf4e6ec02524e54a57e432c5c013e08c9f npm ERR! Actual: 9a1c6654a6465ebddda9a56cc10ef4fc8c9cdf2c npm ERR! From: https://registry.npmjs.org/faker/-/faker-3.1.0.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/me/workspace/react-trello-board/npm-debug.lo

I upgrade node to 6.7.0 :

nvm install 6.7.0

I run again πŸ‘

npm install --verbose

The process is frozen , and the last console message is :

npm verb correctMkdir /Users/me/.npm correctMkdir not in flight; initializing npm verb afterAdd /Users/me/.npm/react-dom/15.2.1/package/package.json written βΈ¨ β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘βΈ© β § fetchMetadata: verb afterAdd /Users/me/.npm/react-dom/15.2.

alexTitakoff commented 7 years ago

me too =/