You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: