We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028a428 commit e3e9b0fCopy full SHA for e3e9b0f
npm_and_yarn/lib/dependabot/npm_and_yarn/helpers.rb
@@ -324,8 +324,8 @@ def self.run_npm_command(command, fingerprint: command)
324
package_manager_run_command(NpmPackageManager::NAME, command, fingerprint: fingerprint)
325
else
326
Dependabot::SharedHelpers.run_shell_command(
327
- "npm #{command}",
328
- fingerprint: "npm #{fingerprint}"
+ "corepack npm #{command}",
+ fingerprint: "corepack npm #{fingerprint}"
329
)
330
end
331
0 commit comments