keystonejs-contrib / k6-contrib

Keyston-6 contrib
MIT License
35 stars 18 forks source link

npm install still fails: Invalid tag name ">=^1.0.0" #28

Closed tv42 closed 2 years ago

tv42 commented 2 years ago

22 & #23 were closed but this bug still very much exists.

$ npm i @k6-contrib/list-plugins
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name ">=^1.0.0": Tags may not have any characters that encodeURIComponent encodes.

Workaround: npm i --legacy-peer-deps @k6-contrib/list-plugins

skeary commented 2 years ago

I think this is resolved by my PR https://github.com/keystonejs-contrib/k6-contrib/pull/27

gautamsi commented 2 years ago

this is closed in #29