Closed robertsLando closed 1 week ago
Totals | |
---|---|
Change from base Build 11897033710: | 0.0% |
Covered Lines: | 3946 |
Relevant Lines: | 19918 |
@AlCalzone I dropped package-lock and run npm i and nothing changed on lock file 🤷🏼♂️
This isn't working
New approach: I uninstalled every dependency that indirectly depended on rollup
Added
"overrides": {
"rollup": "npm:@rollup/wasm-node"
},
Then restored the removed entries in package.json and did npm install
. Voila:
Fixes #4007. Ref: https://github.com/rollup/rollup/issues/5194#issuecomment-1833271025