We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Please, create package.json. You can use npm init.
I use in example:
{ "dependencies": { "template": "mattmccray/Template.ts.git" } }
But problem:
40982 verbose stack Error: ENOENT, open '/tmp/npm-17884-B9FEhNtp/1420757099964-0.5597309318836778/tmp.tgz-unpack/package.json' 40982 verbose stack at Error (native) 40983 verbose cwd /home/???/workspace 40984 error Linux 3.13.0-43-generic 40985 error argv "/home/isg/.nvm/v0.11.14/bin/node" "/home/???/.nvm/v0.11.14/bin/npm" "install" 40986 error node v0.11.14 40987 error npm v2.0.0 40988 error path /tmp/npm-17884-B9FEhNtp/1420757099964-0.5597309318836778/tmp.tgz-unpack/package.json 40989 error code ENOENT 40990 error errno -2 40991 error ENOENT, open '/tmp/npm-17884-B9FEhNtp/1420757099964-0.5597309318836778/tmp.tgz-unpack/package.json' 40992 error If you need help, you may report this error at: 40992 error <http://github.com/npm/npm/issues> 40993 verbose exit [ -2, true ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please, create package.json.
You can use npm init.
I use in example:
But problem:
The text was updated successfully, but these errors were encountered: