hughsk / atom-npm-install

Automatically install and save any missing npm modules being used in the current file
http://atom.io/packages/npm-install
MIT License
80 stars 7 forks source link

npm install not found #20

Open WORMSS opened 7 years ago

WORMSS commented 7 years ago

If you do not have an package.json yet, rather than something useful like "package.json not found", it just says "not found" as an error. It was leading me to believe it couldn't find the package in the registry, rather than not able to find package.json at all.