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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我nodejs的版本是:
node --version
v22.14.0
我用npm install的时候会报很多错 大部分都是could not resolve dependency:
npm install -S hexo-theme-icarus hexo-renderer-inferno
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: peer eslint-plugin-standard@">=4.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/basic-auth/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/basic-auth
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint-plugin-standard@">=4.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/basic-auth/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/basic-auth
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: peer eslint-plugin-standard@">=4.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/compressible/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"14.1.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/compressible
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint-plugin-standard@">=4.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/compressible/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"14.1.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/compressible
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: peer eslint-plugin-standard@">=4.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/finalhandler/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/finalhandler
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint-plugin-standard@">=4.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/finalhandler/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from [email protected]
npm warn node_modules/.pnpm/[email protected]/node_modules/finalhandler
⠋^C
但是我用pnpm下载就可以, 但是缺少大量的dependency, 几乎所有的dependence都没有, 请问有人知道这是什么问题吗?
感谢
Beta Was this translation helpful? Give feedback.
All reactions