Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings when installing under Windows #189

Open
David263 opened this issue Jan 16, 2019 · 1 comment
Open

Warnings when installing under Windows #189

David263 opened this issue Jan 16, 2019 · 1 comment

Comments

@David263
Copy link

Here is what happened when I installed using the latest node.js on Windows 10:

C:\Web\git>npm install --production
npm WARN saveError ENOENT: no such file or directory, open 'C:\Web\git\package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open 'C:\Web\git\package.json'
npm WARN git No description
npm WARN git No repository field.
npm WARN git No README data
npm WARN git No license field.

up to date in 2.334s
found 0 vulnerabilities

@gpetrioli
Copy link

These are the messages that appear when you run the npm install in a directory where there is not package.json file.
From the path that is mentioned in the warnings, it looks like you did not cd in to the actual repository directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants