Closed JanKups closed 2 years ago
seems like issue with the package.json peer dependency version
As workaround, you can do npm install --legacy-peer-deps
on first run. It will generate package-lock.json and normal npm install
works fine afterwards.
I think this is resolved by my PR https://github.com/keystonejs-contrib/k6-contrib/pull/27.
I'm receiving an error while installing the package with NPM
Action:
npm install @k6-contrib/list-plugins
Error:
Using:
Could this be due to the core version update 1.0.1.?