### Are you certain it's a bug? - [x] Yes, it looks like a bug ### Are you using the latest plugin release? - [x] Yes, I'm using the latest plugin release ### Is there an existing issue for this? - [x] I have searched existing issues, it hasn't been reported yet ### 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](https://github.com//actions/runs/14349900684/job/40226475076#step:6:53) throw error; ^ Error: Cannot find module '../../../package' I am not getting this error with v6.1.1. ### Service configuration (serverless.yml) content ```yaml N/A ``` ### Command name and used flags sls plugin install -n serverless-python-requirements ### Command output ```shell N/A ``` ### Environment information ```shell Tried with v3 and v4 ```
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/ACommand name and used flags
sls plugin install -n serverless-python-requirements
Command output
Environment information