安装问题,有没有人遇到,通过源码安装是空白页,npm安装报错 #1326
Unanswered
YangYue2022
asked this question in
Q&A
Replies: 1 comment
-
你的Node.js版本是什么?看起来很多依赖都没有正确安装。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PS D:> hexo init blog
INFO Cloning hexo-starter https://github.com/hexojs/hexo-starter.git
INFO Install dependencies
INFO Start blogging with Hexo!
PS D:> cd blog
PS D:\blog> 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
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "link:": link:./scripts/eslint-plugin
npm error A complete log of this run can be found in: E:\Environmet\Nodejs\node_cache_logs\2024-11-04T08_11_49_194Z-debug-0.log
Beta Was this translation helpful? Give feedback.
All reactions