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

Running npm install blueimp-gallery errors out #267

Open
logankilpatrick opened this issue Jul 20, 2022 · 1 comment
Open

Running npm install blueimp-gallery errors out #267

logankilpatrick opened this issue Jul 20, 2022 · 1 comment

Comments

@logankilpatrick
Copy link

When I run the install command, I get:

(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
@sebastian-marinescu
Copy link

Hi @logankilpatrick it does install blueimp-gallery:

+ [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.

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