➜ sf-webpack-encore-lab git:(main) pnpm dev
> @ dev /Users/kocal/workspace/sf-webpack-encore-lab
> encore dev
Running webpack ...
Error: Install eslint & eslint-webpack-plugin to use enableEslintPlugin()
yarn add eslint eslint-webpack-plugin@^4.0.0 --dev
When using pnpm (or when having a pnpm-lock.yaml, I expect the command to be pnpm add eslint eslint-webpack-plugin@^4.0.0 --save-dev
When using
pnpm
(or when having apnpm-lock.yaml
, I expect the command to bepnpm add eslint eslint-webpack-plugin@^4.0.0 --save-dev