npm ERR! code ENOLOCAL
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的更多相关文章
- 安装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 ---- ...
- npm ERR! code EINTEGRITY npm! ERR! shal-
npm ERR! code EINTEGRITY npm ERR! sha1-nbqdpC/e8IOA7poHctXL5+bVXsE= integrity checksum failed when u ...
- npm ERR! code ENOENT
npm ERR! path F:\VsCodeWorkspace\labWeb\front\LabWebAdminFrontEnd\node_modules\core-jsnpm ERR! code ...
- 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 ...
- 解决NPM无法安装任何包的解决方案(npm ERR! code MODULE_NOT_FOUND)
前言 今天突然发现npm无法使用了,执行任何命令都报如下错误: npm ERR! code MODULE_NOT_FOUND npm ERR! Cannot find module 'internal ...
- 执行npm install报错:npm ERR! code EINTEGRITY
命令行执行npm install报错如下: D:\frontend\viewsdev>npm install npm ERR! code EINTEGRITY npm ERR! sha512-8 ...
- npm ERR! code: 'EPERM' (权限问题 errro permit)
PS C:\Users\user\Desktop\test\my-project> npm run iview --save npm ERR! missing script: iview npm ...
- npm ERR! code EINTEGRITY npm ERR! sha1- 报错解决办法
npm ERR! code EINTEGRITY npm ERR! sha1- 报错日志 npm ERR! code EINTEGRITY npm ERR! sha1-OGchPo3Xm/Ho8jAM ...
- npm install的时候报错 npm err code 1
在学习vue的时候,npm install的时候报错 npm err code 1,当时很郁闷,是‘vue init webpack my-project’命令新建的模版项目 ,怎么会报错,第一次遇 ...
随机推荐
- border-box和CSS3 calc()解决盒模型加边框或边距后尺寸变大的问题
box-sizing box-sizing的CSS属性是用来改变默认的CSS框模型 属性 初始值:content-box 适用于:接受的所有元素的宽度或高度 继承:无 媒体:visual 指定的:as ...
- c++ 拷贝构造函数(重点在内含指针的浅拷贝和深拷贝)
今天同事问了一个关于拷贝构造函数的问题,类中包含指针的情况,今天就来说说c++的拷贝构造函数. c++的拷贝构造函数是构造函数的一种,是对类对象的初始化,拷贝构造函数只有一个参数就是本类的引用. 注意 ...
- 表单生成器(Form Builder)之伪造表单数据番外篇——随机车辆牌照
前几天记录了一下表单生成器(Form Builder)之表单数据存储结构mongodb篇,之后便想着伪造一些数据.为什么要伪造数据呢?说来惭愧,因为拖拉拽设计表单以及表单对应的列表的PC端和移动端该显 ...
- Java面试题和解答(五)
1.在Java中Executor和Executors的区别? Executor是线程池的顶层接口,它的实现类如下图所示: Executors是一个类,提供了多个静态方法,用于生成不同类型的线程池,如下 ...
- SpringBoot源码学习系列之Locale自动配置
目录 1.spring.messages.cache-duration 2.LocaleResolver 的方法名必须为localeResolver 3.默认LocaleResolver 4.指定默认 ...
- 使用VBA从工作表中读图片,以及给工作表中写文件
因为工作的原因,需要用到VBA,碰到读图片和写图片: Sub Macro01() '从工作表中保存图片 Application.ScreenUpdating = False Dim pth, shp, ...
- CNN卷积核
一.卷积操作有两个问题: 1. 图像越来越小: 2. 图像边界信息丢失,即有些图像角落和边界的信息发挥作用较少.因此需要padding. 二.卷积核大小通常为奇数 1.一方面是为了方便same卷积pa ...
- NLP入门(九)词义消岐(WSD)的简介与实现
词义消岐简介 词义消岐,英文名称为Word Sense Disambiguation,英语缩写为WSD,是自然语言处理(NLP)中一个非常有趣的基本任务. 那么,什么是词义消岐呢?通常,在我们 ...
- navicat的一些常用快捷键
Navicat可以支持连接多种数据库,使用上的功能也比较强大. 如果使用了IDEA内置的数据库工具(个人喜欢用这个)或是SQL Server官方的数据库管理工具的话,会发现使用上都存在区别,区别就主要 ...
- 关于scrapy中scrapy.Request中的属性
一.源码 def __init__(self, url, callback=None, method='GET', headers=None, body=None, cookies=None, met ...