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
I am getting the following error
✔ Plugin "serverless-python-requirements" installed (2s) × Uncaught exception /home/runner/work//node_modules/serverless/scripts/serverless.js:52 throw error; ^
Error: Cannot find module '../../../package'
I am not getting this error with v6.1.1.
N/A
sls plugin install -n serverless-python-requirements
Tried with v3 and v4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are you certain it's a bug?
Are you using the latest plugin release?
Is there an existing issue for this?
Issue description
I am getting the following error
✔ Plugin "serverless-python-requirements" installed (2s)
× Uncaught exception
/home/runner/work//node_modules/serverless/scripts/serverless.js:52
throw error;
^
Error: Cannot find module '../../../package'
I am not getting this error with v6.1.1.
Service configuration (serverless.yml) content
N/A
Command name and used flags
sls plugin install -n serverless-python-requirements
Command output
Environment information
The text was updated successfully, but these errors were encountered: