hoodie-app-tracker icon indicating copy to clipboard operation
hoodie-app-tracker copied to clipboard

Warnings when installing under Windows

Open David263 opened this issue 5 years ago • 1 comments

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

David263 avatar Jan 16 '19 15:01 David263

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.

gpetrioli avatar Jan 26 '19 13:01 gpetrioli