Skip to content
New issue

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

NPM dependencies require package.json #1

Open
ivansglazunov opened this issue Jan 8, 2015 · 0 comments
Open

NPM dependencies require package.json #1

ivansglazunov opened this issue Jan 8, 2015 · 0 comments

Comments

@ivansglazunov
Copy link

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 ]
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant