rogeriochaves / npm-force-resolutions

Force npm to install a specific transitive dependency version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot update the package in requires

songzhenze2 opened this issue · comments

commented

I am using webpack "4.41.6". I want to update webpack's acorn dependency. Acorn is under requires, not under dependencies. I use the following configuration, and then npm i but it doesn't work

"resolutions": {
     "acorn": "8.0.1"
   },

image

Same issue can someone update on this?