jfortunato / esbuild-plugin-manifest

Esbuild plugin for building an asset manifest file.
MIT License
31 stars 5 forks source link

ERESOLVE unable to resolve dependency tree #5

Closed noahehall closed 3 years ago

noahehall commented 3 years ago

trying to install esbuild-plugin-manifest with next to 12.0.4

throws error

ERESOLVE unable to resolve dependency tree
Found: esbuild@0.12.4
Could not resolve dependency:
peer esbuild@"^0.11.19" from esbuild-plugin-manifest@0.4

workaround: using npm i -D .... --force

everything appears to be working, is there a reason we limited to 0.11?

jfortunato commented 3 years ago

@noahehall Could you try installing again? v0.4.3 should fix the issue.

noahehall commented 3 years ago

w00p w00p !

@jfortunato thx man!