rogeriochaves / npm-force-resolutions

Force npm to install a specific transitive dependency version
567 stars 28 forks source link

npx npm-force-resolutions in preinstall Doesn't Work without Doing npm i npm-force-resolutions First #41

Closed apoorva-sriv closed 3 years ago

apoorva-sriv commented 3 years ago

npx npm-force-resolutions in preinstall doesn't work without doing npm i npm-force-resolutions first. Is this a bug with npm-force-resolutions since I thought npx downloads packages if they aren't installed and executes them?

apoorva-sriv commented 3 years ago

nvm, it seems to work now. Maybe I was doing something wrong.