Closed colmjude closed 11 years ago
Running npm install in the home directoru fails unless I add the following 2 lines to package.json
npm install
"name": "tiddlyspace", "version": "0.1.0", …
Is this a general problem if specific to my setup?
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.
I'm using v0.8.14 at the moment.
I'm just add those lines in then.
Running
npm install
in the home directoru fails unless I add the following 2 lines to package.jsonIs this a general problem if specific to my setup?