You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(base) logankilpatrick@MacBook-Pro-2 test % npm install blueimp-gallery
npm WARN saveError ENOENT: no such file or directory, open '/Users/logankilpatrick/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/logankilpatrick/package.json'
npm WARN logankilpatrick No description
npm WARN logankilpatrick No repository field.
npm WARN logankilpatrick No README data
npm WARN logankilpatrick No license field.
+ [email protected]
updated 1 package and audited 1 package in 0.329s
found 0 vulnerabilities
The text was updated successfully, but these errors were encountered:
+ [email protected]
updated 1 package and audited 1 package in 0.329s
However, the warnings:
npm WARN saveError ENOENT: no such file or directory, open '/Users/logankilpatrick/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/logankilpatrick/package.json'
npm WARN logankilpatrick No description
npm WARN logankilpatrick No repository field.
npm WARN logankilpatrick No README data
npm WARN logankilpatrick No license field.
are because you have ran this in a non-npm-directory, or in clear words: You are missing your package.json.
If you npm init in a directory before, and it creates your package.json, these warnings will be omitted.
When I run the install command, I get:
The text was updated successfully, but these errors were encountered: