Microsoft Windows [版本 6.1.]
版权所有 (c) Microsoft Corporation。保留所有权利。 G:\vue>cnpm i vue-router -S
'cnpm' 不是内部或外部命令,也不是可运行的程序
或批处理文件。 G:\vue>npm install -g cnpm –registry=https://registry.npm.taobao.org
npm ERR! code ENOLOCAL
npm ERR! Could not install from "–registry=https:\registry.npm.taobao.org" as it does not contain a package.json file. npm ERR! A complete log of this run can be found in:
npm ERR! D:\Users\realm\AppData\Roaming\npm-cache\_logs\--08T13_37_40_758Z-debug.log G:\vue>node -v
v12.13.1 G:\vue>npm install -g install
+ install@0.13.
updated package in .087s G:\vue>
G:\vue>
G:\vue>rm -r -f node_modules
'rm' 不是内部或外部命令,也不是可运行的程序
或批处理文件。 G:\vue>cpm install
'cpm' 不是内部或外部命令,也不是可运行的程序
或批处理文件。 G:\vue>cnpm install
'cnpm' 不是内部或外部命令,也不是可运行的程序
或批处理文件。 G:\vue>npm install -g cnpm –registry=https://registry.npm.taobao.org
npm ERR! code ENOLOCAL
npm ERR! Could not install from "–registry=https:\registry.npm.taobao.org" as it does not contain a package.json file. npm ERR! A complete log of this run can be found in:
npm ERR! D:\Users\realm\AppData\Roaming\npm-cache\_logs\--08T13_40_45_806Z-debug.log G:\vue>npm install -g node-gyp
D:\Users\realm\AppData\Roaming\npm\node-gyp -> D:\Users\realm\AppData\Roaming\npm\node_modules\node-gyp\bin\node-gyp.js
+ node-gyp@6.0.
added packages from contributors and updated packages in .358s G:\vue>cnpm install
'cnpm' 不是内部或外部命令,也不是可运行的程序
或批处理文件。 G:\vue>npm install -g cnpm –registry=https://registry.npm.taobao.org
npm ERR! code ENOLOCAL
npm ERR! Could not install from "–registry=https:\registry.npm.taobao.org" as it does not contain a package.json file. npm ERR! A complete log of this run can be found in:
npm ERR! D:\Users\realm\AppData\Roaming\npm-cache\_logs\--08T13_44_18_594Z-debug.log G:\vue>npm cache verify
Cache verified and compressed (~\AppData\Roaming\npm-cache\_cacache):
Content verified: ( bytes)
Content garbage-collected: ( bytes)
Index entries:
Finished in .516s G:\vue>npm cache clean
npm ERR! As of npm@, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use 'npm cache verify' instead. On the other hand, if you're debugging an issue with the installer
, you can use `npm install --cache /tmp/empty-cache` to use a temporary cache instead of nuking the actual one.
npm ERR!
npm ERR! If you're sure you want to delete the entire cache, rerun this command with --force. npm ERR! A complete log of this run can be found in:
npm ERR! D:\Users\realm\AppData\Roaming\npm-cache\_logs\--08T13_48_53_767Z-debug.log G:\vue>npm cache clean --force
npm WARN using --force I sure hope you know what you are doing. G:\vue>npm install -g cnpm –registry=https://registry.npm.taobao.org
npm ERR! code ENOLOCAL
npm ERR! Could not install from "–registry=https:\registry.npm.taobao.org" as it does not contain a package.json file. npm ERR! A complete log of this run can be found in:
npm ERR! D:\Users\realm\AppData\Roaming\npm-cache\_logs\--08T13_49_35_280Z-debug.log G:\vue>npm i -g npm
D:\Users\realm\AppData\Roaming\npm\npx -> D:\Users\realm\AppData\Roaming\npm\node_modules\npm\bin\npx-cli.js
D:\Users\realm\AppData\Roaming\npm\npm -> D:\Users\realm\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js
+ npm@6.13.
added packages from contributors in .607s G:\vue>npm install -g cnpm --registry=http://registry.npm.taobao.org
D:\Users\realm\AppData\Roaming\npm\cnpm -> D:\Users\realm\AppData\Roaming\npm\node_modules\cnpm\bin\cnpm
+ cnpm@6.1.
added packages from contributors in .011s G:\vue>

npm升级后,npm install 报错了,这就尴尬了。
Google了一下在这里(https://github.com/npm/npm/issues/16861)找到了解决方案:
里面各种解决方案,让Try这个命令Try那个命令,看着一脸懵逼不知道该用那个命令,浏览评论的时候发现“npm cache verify”这条命令帮助了不少人,然后果断在iterm2执行了,嗯,莫名其妙的好了。

评论里的命令有下面这些:

npm cache verify
npm cache clean
npm cache clean --force
npm i -g npm
grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm

实在不行就一条一条执行试试,看那个能帮到你

npm ERR! code ENOLOCAL的更多相关文章

  1. 安装Vue2的devtools发生错误npm ERR! code EINTEGRITY npm ERR! sha1-HTFDXrRzR2Ew8Bv9zlMSCVgPsS0= integrity checksum failed when using sha1: wanted sha1-HTFDXrRzR2Ew8Bv9zlMSCVgPsS0= but got sha1-Z6BeTMF4nhAO6h5A

    1.github下载地址:https://github.com/vuejs/vue-devtools 2.下载好后进入vue-devtools-master工程  执行npm install ---- ...

  2. npm ERR! code EINTEGRITY npm! ERR! shal-

    npm ERR! code EINTEGRITY npm ERR! sha1-nbqdpC/e8IOA7poHctXL5+bVXsE= integrity checksum failed when u ...

  3. npm ERR! code ENOENT

    npm ERR! path F:\VsCodeWorkspace\labWeb\front\LabWebAdminFrontEnd\node_modules\core-jsnpm ERR! code ...

  4. npm install出错,npm ERR! code EINTEGRITY npm ERR! Verification failed while extracting url-parse@1.4.3

    npm install时出现以下错误: npm ERR! code EINTEGRITY npm ERR! Verification failed while extracting url-parse ...

  5. 解决NPM无法安装任何包的解决方案(npm ERR! code MODULE_NOT_FOUND)

    前言 今天突然发现npm无法使用了,执行任何命令都报如下错误: npm ERR! code MODULE_NOT_FOUND npm ERR! Cannot find module 'internal ...

  6. 执行npm install报错:npm ERR! code EINTEGRITY

    命令行执行npm install报错如下: D:\frontend\viewsdev>npm install npm ERR! code EINTEGRITY npm ERR! sha512-8 ...

  7. npm ERR! code: 'EPERM' (权限问题 errro permit)

    PS C:\Users\user\Desktop\test\my-project> npm run iview --save npm ERR! missing script: iview npm ...

  8. npm ERR! code EINTEGRITY npm ERR! sha1- 报错解决办法

    npm ERR! code EINTEGRITY npm ERR! sha1- 报错日志 npm ERR! code EINTEGRITY npm ERR! sha1-OGchPo3Xm/Ho8jAM ...

  9. npm install的时候报错 npm err code 1

    在学习vue的时候,npm install的时候报错  npm err code 1,当时很郁闷,是‘vue init webpack my-project’命令新建的模版项目 ,怎么会报错,第一次遇 ...

随机推荐

  1. Dynamics 365中的分派(Assign)。

    我是微软Dynamics 365 & Power Platform方面的工程师罗勇,也是2015年7月到2018年6月连续三年Dynamics CRM/Business Solutions方面 ...

  2. div块水平居中,垂直居中

    水平居中一个div想要水平居中于它的父div中只需要给它加css属性margin:0 auto; 即可 <!DOCTYPE html> <html> <head> ...

  3. 如何用node.js中的ejs写入页面_以6.19京东秒杀的商品为例

    用erpress搭建好基本框架后,在自己新建的express文件夹下将会生成;bin,public,routes,views,app.js,package.json,node_modules目录哟!, ...

  4. 38条技巧优化PHP代码,来复习总结下吧

    1.如果一个方法能被静态,那就声明他为静态的,速度可提高1/4; 2.echo的效率高于print,因为echo没有返回值,print返回一个整型; 3.在循环之前设置循环的最大次数,而非在在循环中; ...

  5. 实现用SQL查询连续发文天数/连续登录天数

    当月最长连续发文天数: //临时:id_time_table: select distinct app_id, from_unixtime(create_date_time, 'yyyy-MM-dd' ...

  6. MySql-8.0.16-winx64 安装

    参考文章: https://www.cnblogs.com/lxlin/p/9635350.html https://www.cnblogs.com/xc1234/p/9050149.html MyS ...

  7. java基础(3):变量、运算符

    1. 变量 1.1 变量概述 前面我们已经学习了常量,接下来我们要学习变量.在Java中变量的应用比常量的应用要多很多.所以变量也是尤为重要的知识点! 什么是变量?变量是一个内存中的小盒子(小容器), ...

  8. Mac进行Flutter的相关开发配置

    参考链接:https://www.cnblogs.com/tangtianming/p/10797227.html

  9. 【Gradle】Java Gradle 插件

    Java Gradle 插件 如何应用 apply plugin:'java' Java插件约定的项目结构 Project |--build.gradle |--src |--main |--java ...

  10. Docker-核心笔记(含Dockerfile,Compose)

    Docker-核心笔记(含Dockerfile,Compose) 2017/03 Chenxin 参考 https://yeasy.gitbooks.io/docker_practice Docker ...