Closed johnjiang closed 3 years ago
Esbuild 0.12.0 was released so we'll need to bump the peer dependency of esbuild-plugin-less to support it in npm 7, otherwise we get the below error.
It should install correctly.
$ npm install --save-dev esbuild@0.12.1 --color=always Command failed: npm install --save-dev esbuild@0.12.1 --color=always npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found: esbuild@0.12.1 npm ERR! node_modules/esbuild npm ERR! dev esbuild@"0.12.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer esbuild@"^0.11.x" from esbuild-plugin-less@1.0.5 npm ERR! node_modules/esbuild-plugin-less npm ERR! dev esbuild-plugin-less@"^1.0.5" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm install --save-dev esbuild@0.12.1 --color=always
esbuild
esbuild-plugin-less
:tada: This issue has been resolved in version 1.0.6 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thanks for the fast resolution!
Esbuild 0.12.0 was released so we'll need to bump the peer dependency of esbuild-plugin-less to support it in npm 7, otherwise we get the below error.
Expected Behavior
It should install correctly.
Actual Behavior
Steps to Reproduce the Problem
npm install --save-dev esbuild@0.12.1 --color=always
Versions
esbuild
: 0.12.1esbuild-plugin-less
: 1.0.5