rogeriochaves / npm-force-resolutions

Force npm to install a specific transitive dependency version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version 0.0.4 cannot find module error

gamalielhere opened this issue · comments

this was working before the new version. Now I'm getting this error:

Cannot find module '/Users/user/.npm/_cacache/_npx/4714/lib/node_modules/npm-force-resolutions/.cljs_node_repl/goog/bootstrap/nodejs.js'

npx npm-force-resolutions will cause that error

npx npm-force-resolutions@0.0.3 currently resolves this issue

I'm seeing this issue too. I hope there's a solution soon. I don't want to have to change the version in all of our microservices.

same error here

commented

Erroring out here as well. Forcing v0.0.3 works for now.

commented

Same here.

Same here

Same.

Same

commented

same

Getting this same error because of this work around parcel-bundler/parcel#5145 . I'm pinned to 0.0.3 but some how still getting this error.

Same error here, forcing v0.0.3 works for now; Thanks @gamalielhere.

"preinstall": "npx npm-force-resolutions@0.0.3"

same here

Boy, did I think I was dumb for a second.

I've submitted a potential fix for this #24

same :(

sorry folks, I didn't test it properly the published version, thanks to @nalham, I've merged #24 and published again, should be fixed on 0.0.5, but let me know of any issues