如何解决安装hexo init blog 时,出现WARN Failed to install dependencies. Please run ‘npm install‘ in “E:\tests

简介: 如何解决安装hexo init blog 时,出现WARN Failed to install dependencies. Please run ‘npm install‘ in “E:\tests

在安装hexo过程时,初始化hexo时,遇到一些问题:

可以看见,第一步是clone成功了,但是第二步这里安装dependencies出现报错,说不能安装。。。


7a4f7e8c07cf43ecbdc486a7ec2bf594.png


按照它的建议,运行npm install 发现,仍然报错:


dc09331e7a554456ab3fb6ea6bd9e875.png


查询某度后,发现好像换源可以解决问题,于是乎在命令行运行:


npm install -g cnpm --registry=https://registry.npm.taobao.org


使用阿里定制的 cnpm 命令行工具代替默认的 npm。安装成功后,检测cnpm版本,如果安装成功可以看到cnpm的基本信息。


cnpm -v


我这里应该是安装成功了:


8ece8b6377eb4ab484df2265a29025a6.png


然后再次运行install命令,不过这回换成cpnm


cnpm install


!!!可喜可贺,普天同庆,喜大普奔!!!

孩子终于安装上了,问题解决啦~


fe4115f190f649199567dc3f89f7d94d.png


下面就可以继续相关操作生成博客了~~

相关文章
|
2月前
|
缓存 资源调度 持续交付
在清空NPM缓存后,检查是否所有依赖都已正确安装
在清空NPM缓存后,检查是否所有依赖都已正确安装
|
23天前
执行npm run dev的时候发生了什么
执行npm run dev的时候发生了什么
213 60
verbose stack FetchError: request to https://registry.npm.taobao.org/md-editor-v3 failed, reason: ce
这篇文章描述了在安装npm包`md-editor-v3`时遇到的淘宝镜像证书过期问题,并提供了解决方案,即通过切换npm镜像源到`https://registry.npmmirror.com/`来解决安装失败的问题。
verbose stack FetchError: request to https://registry.npm.taobao.org/md-editor-v3 failed, reason: ce
|
18天前
9-14|npm install --global windows-build-tools 安装太慢了,能够指定国内源
9-14|npm install --global windows-build-tools 安装太慢了,能够指定国内源
|
18天前
|
缓存 JavaScript 前端开发
8种方法解决vue创建项目报错:command failed: npm install --loglevel error
该文章提供了八种解决Vue项目创建时遇到的`command failed: npm install --loglevel error`错误的方法,包括清理缓存、更换npm源、重新安装Node.js等措施。
8种方法解决vue创建项目报错:command failed: npm install --loglevel error
|
2月前
|
敏捷开发 缓存 前端开发
阿里云云效产品使用合集之前端打包时npm安装卡住一般是什么导致的
云效作为一款全面覆盖研发全生命周期管理的云端效能平台,致力于帮助企业实现高效协同、敏捷研发和持续交付。本合集收集整理了用户在使用云效过程中遇到的常见问题,问题涉及项目创建与管理、需求规划与迭代、代码托管与版本控制、自动化测试、持续集成与发布等方面。
|
2月前
|
缓存 资源调度 持续交付
在清空NPM缓存后,如何检查是否所有依赖都已正确安装
在清空NPM缓存后,如何检查是否所有依赖都已正确安装
|
2月前
optional install error: Error: Unsupported URL Type: npm:vue-loader@^16.1.0
optional install error: Error: Unsupported URL Type: npm:vue-loader@^16.1.0
34 3
给npm换成国内源,提高creat-react-app的安装速度
给npm换成国内源,提高creat-react-app的安装速度
416 0
2071 verbose node v16.6.0 2072 verbose npm v7.19.1或者 no such file or directory, lstat ‘D:\wor
该博客文章提供了解决在使用npm版本7.19.1时出现的"no such file or directory"错误的具体方法,建议通过降级npm到6.14.8版本来解决问题,并确认了该方法可以成功安装node_modules。
2071 verbose node v16.6.0 2072 verbose npm v7.19.1或者 no such file or directory, lstat ‘D:\wor

推荐镜像

更多