Closed 9mm closed 1 year ago
You can use overrides
in package.json
for npm or resolutions
for yarn - here's a reference:
Concept https://github.com/TooTallNate/superagent-proxy/issues/48#issuecomment-1654802068 - This doesn't seem to affect functionality for my use-case.
To give some context on this error, this is from inline-css dependency which is used to inline styles.
The inline-css implementation won't process fetch's so the vm2
code should never run.
I'd like to replace this dependency with something else but I don't have the capacity at the moment.
I took care of it once, and I can contribute by doing the same to this package.
I took care of it once, and I can contribute by doing the same to this package.
That would be amazing!
Fixed in 2.0.27 thanks to the great work of @aoor9 :raised_hands:
Describe the bug
When installing
nuxt-og-image
I get this error because of some insane chain of dependencies. I don't know where in the chain the issue should be added, but considering nuxt-og-image is the actual library I care about I'm putting here.Reproduction
No response
System / Nuxt Info