We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Thanks, just merged a PR that hopefully fixes this..could you try again and see if it works now?
Sorry, something went wrong.
OK cool - been trying your new repo -- I'll slack you :)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: