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
When changing from ~2.10.0 (resolved as 2.10.0) to ~2.11.0 (resolved as 2.11.1)
I am getting the following error when running using pnpm:
Error: Cannot find module 'espree'
Require stack:
- /home/runner/node_modules/.store/eslint-plugin-jsonc-virtual-f2fb243113/node_modules/eslint-plugin-jsonc/dist/utils/eslint-ast-utils.js
- /home/runner/node_modules/.store/eslint-plugin-jsonc-virtual-f2fb243113/node_modules/eslint-plugin-jsonc/dist/rules/array-bracket-newline.js
- /home/runner/node_modules/.store/eslint-plugin-jsonc-virtual-f2fb243113/node_modules/eslint-plugin-jsonc/dist/utils/rules.js
- /home/runner/node_modules/.store/eslint-plugin-jsonc-virtual-f2fb243113/node_modules/eslint-plugin-jsonc/dist/index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object.<anonymous> (/home/runner/node_modules/.store/eslint-plugin-jsonc-virtual-f2fb243113/node_modules/eslint-plugin-jsonc/dist/utils/eslint-ast-utils.js:5:18)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Module.require (node:internal/modules/cjs/loader:1235:19)
I think we need to add espree into the dependencies, or into the peerDependencies.
The text was updated successfully, but these errors were encountered:
When changing from
~2.10.0
(resolved as2.10.0
) to~2.11.0
(resolved as2.11.1
)I am getting the following error when running using
pnpm
:I think we need to add
espree
into thedependencies
, or into thepeerDependencies
.The text was updated successfully, but these errors were encountered: