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
{{ message }}
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
Any movement on this issue?
Looks like there may have been some changes to the post install handling in npm7 - I tested installing serverless-plugin-aws-alerts with several versions of npm7, but as soon as I downgraded to the latest npm v6 install worked fine.
I had the same issue. Tried rolling back npm to the latest version of the 6.XX line (6.14.15) and then it worked. I'm not sure if it's an issue with all versions of 7 or just some recent version.
This is a Bug Report
Description
For bug reports:
What went wrong?
Trying to install serverless plugin - it fails due to
husky
commandOther serverless plugins install fine
Tried a variety of install commands
npm install [email protected] --only=production
npm i serverless-plugin-aws-alerts
npm install serverless-plugin-aws-alerts --save-dev
npm install --save serverless-plugin-aws-alerts
What did you expect should have happened?
The plugin would install
What was the config you used?
Tried against working serverless projects - Node JS, and a Java one
What stacktrace or error message from your provider did you see?
Additional Data
NPM version
The text was updated successfully, but these errors were encountered: