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

har-validator in package.json is incorrect version #3

Closed
Grant-Steinfeld opened this issue Jan 17, 2019 · 2 comments
Closed

har-validator in package.json is incorrect version #3

Grant-Steinfeld opened this issue Jan 17, 2019 · 2 comments

Comments

@Grant-Steinfeld
Copy link

when running npm-install I get the error:

npm ERR! code E404
npm ERR! 404 Not Found: [email protected]

changing package-lock.json
line 1609 from
"version": "5.1.2"
to
"version": "5.1.3"

and

line 1611
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.2.tgz",
to
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",

and removing
line 1611 "integrity" (i.e. the sha )

then re running npm install fixes it

ref: ahmadnassri/node-har-validator#113

thanks!!

Grant

@horeaporutiu
Copy link
Owner

Thanks, just merged a PR that hopefully fixes this..could you try again and see if it works now?

@Grant-Steinfeld
Copy link
Author

OK cool - been trying your new repo -- I'll slack you :)

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