You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN exec The following package was not found and will be installed: [email protected]
The warning seems to be caused by npx prompting before installing the package. By default, npx asks for confirmation to install packages to prevent security issues.
To suppress this prompt, you can add the --yes (or -y) flag to your npx command in the preinstall script:
package.json - scripts ->
"preinstall": "npx npmrc-replace-env --without-prefix"
Netlify Log:
npm WARN exec The following package was not found and will be installed: [email protected]
The text was updated successfully, but these errors were encountered: