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
@types/github-script
The @types/github-script package appears to have been installed using the git+ssh scheme (as opposed to conventional npm I).
git+ssh
npm I
This prevents npm from performing integrity checks on the dependency when running npm ci:
npm ci
npm WARN skipping integrity check for git dependency ssh://[email protected]/actions/github-script.git
We should review this and consider fixing it, if possible.
So that when installing dependencies the integrity checks are run on every dependency in the lock file.
Most likely uninstall & reinstall @types/github-script as npm package.
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The
@types/github-script
package appears to have been installed using thegit+ssh
scheme (as opposed to conventionalnpm I
).This prevents npm from performing integrity checks on the dependency when running
npm ci
:We should review this and consider fixing it, if possible.
Why is this needed?
So that when installing dependencies the integrity checks are run on every dependency in the lock file.
Solution
Most likely uninstall & reinstall
@types/github-script
as npm package.Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: