TiddlySpace / tiddlyspace

A discoursive social model for tiddlers
http://tiddlyspace.com
Other
106 stars 38 forks source link

"npm install" failing #1074

Closed colmjude closed 11 years ago

colmjude commented 11 years ago

Running npm install in the home directoru fails unless I add the following 2 lines to package.json

"name": "tiddlyspace",
"version": "0.1.0",
…

Is this a general problem if specific to my setup?

pads commented 11 years ago

What version of node are you running? I don't get this problem using v0.10. There's probably no harm adding this to package.json though.

colmjude commented 11 years ago

I'm using v0.8.14 at the moment.

I'm just add those lines in then.