superscript-websocket-demo icon indicating copy to clipboard operation
superscript-websocket-demo copied to clipboard

Can't install

Open CarbonMan opened this issue 10 years ago • 0 comments
trafficstars

I have cloned the repo, when I run "npm install" the following runs;

E:\learning\superScript\superscript-websocket-demo>npm install npm WARN package.json [email protected] No repository field. npm http GET https://registry.npmjs.org/conceptnet npm http GET https://registry.npmjs.org/color npm http GET https://registry.npmjs.org/colornames/0.0.2 npm http GET https://registry.npmjs.org/express npm http GET https://registry.npmjs.org/mongoose/3.8.22 npm http GET https://registry.npmjs.org/sfacts npm http GET https://registry.npmjs.org/socket.io npm http GET https://registry.npmjs.org/superscript npm http GET https://registry.npmjs.org/underscore npm http 304 https://registry.npmjs.org/colornames/0.0.2 npm http 304 https://registry.npmjs.org/express npm http 304 https://registry.npmjs.org/color npm http 304 https://registry.npmjs.org/mongoose/3.8.22 npm http 304 https://registry.npmjs.org/underscore npm http 304 https://registry.npmjs.org/sfacts npm http 304 https://registry.npmjs.org/socket.io npm http 404 https://registry.npmjs.org/conceptnet npm http 304 https://registry.npmjs.org/superscript

But then nothing it just hangs. Running with verbose it hangs on conceptnet, which doesn't seem to be available.

CarbonMan avatar Jun 01 '15 23:06 CarbonMan