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
Uh oh!
There was an error while loading. Please reload this page.
-
我nodejs的版本是:
node --versionv22.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: basic-auth@2.0.1
npm warn Found: peer eslint-plugin-standard@">=4.0.0" from eslint-config-standard@12.0.0
npm warn node_modules/.pnpm/basic-auth@2.0.1/node_modules/basic-auth/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from basic-auth@2.0.1
npm warn node_modules/.pnpm/basic-auth@2.0.1/node_modules/basic-auth
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint-plugin-standard@">=4.0.0" from eslint-config-standard@12.0.0
npm warn node_modules/.pnpm/basic-auth@2.0.1/node_modules/basic-auth/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from basic-auth@2.0.1
npm warn node_modules/.pnpm/basic-auth@2.0.1/node_modules/basic-auth
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: compressible@2.0.18
npm warn Found: peer eslint-plugin-standard@">=4.0.0" from eslint-config-standard@14.1.0
npm warn node_modules/.pnpm/compressible@2.0.18/node_modules/compressible/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"14.1.0" from compressible@2.0.18
npm warn node_modules/.pnpm/compressible@2.0.18/node_modules/compressible
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint-plugin-standard@">=4.0.0" from eslint-config-standard@14.1.0
npm warn node_modules/.pnpm/compressible@2.0.18/node_modules/compressible/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"14.1.0" from compressible@2.0.18
npm warn node_modules/.pnpm/compressible@2.0.18/node_modules/compressible
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: finalhandler@1.1.2
npm warn Found: peer eslint-plugin-standard@">=4.0.0" from eslint-config-standard@12.0.0
npm warn node_modules/.pnpm/finalhandler@1.1.2/node_modules/finalhandler/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from finalhandler@1.1.2
npm warn node_modules/.pnpm/finalhandler@1.1.2/node_modules/finalhandler
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint-plugin-standard@">=4.0.0" from eslint-config-standard@12.0.0
npm warn node_modules/.pnpm/finalhandler@1.1.2/node_modules/finalhandler/node_modules/eslint-config-standard
npm warn dev eslint-config-standard@"12.0.0" from finalhandler@1.1.2
npm warn node_modules/.pnpm/finalhandler@1.1.2/node_modules/finalhandler
⠋^C
但是我用pnpm下载就可以, 但是缺少大量的dependency, 几乎所有的dependence都没有, 请问有人知道这是什么问题吗?
感谢
Beta Was this translation helpful? Give feedback.
All reactions