npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] dev: 错误的解决方法

错误原因在于由于文件 node_modules 太大,在项目上传时有些人会删掉

导致我们下载的项目中缺少这个文件

在尝试把自己项目的 node_modules文件夹直接复制过去之后发现问题还没有得到解决

解决方法:在命令行中先进入文件所在路径

然后输入命令

npm i

然后发现项目中多出了 文件node_modules

然后输入

npm run dev
发现项目运行成功

原文地址:https://www.cnblogs.com/xzybk/p/12235408.html

时间: 2024-10-14 17:40:54

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] dev: 错误的解决方法的相关文章

yum makecache 时出现[Errno -3] Error performing checksum 错误的解决方法

现象: [[email protected] yum.repos.d]# yum clean all Cleaning up Everything [[email protected] yum.repos.d]# yum makecache base                      100% |=========================| 3.7 kB    00:00 9a3a8909e656c27cd85c75a2d 100% |======================

输入npm install 报错npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinstall: `node scripts/build.js`

输入npm install 报以下错误 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] postinstall script. npm ERR! This is probably not a

window10 安装出现the error code is 2503错误的解决方法

window10 安装出现the error code is 2503错误的解决方法: 设置 C:\WINDOWS\TEMP的权限

CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法

安装svn的时候,发现报错说一个地址无法访问. # yum list | grep subversion http://opensource.wandisco.com/centos/7/svn-1.8/RPMS/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host 'opensource.wandisco.com'" 正在尝试其它镜像. One of the configured repositor

使用py2exe 将python文件转成exe文件(以及 error: [Errno 2] No such file or directory: 'MSVCP90.dll'解决方法)

用python写程序真的很简单,当我们开发出功能后,特别是带窗体的python程序,需要将python程序转成双击运行的exe程序.我们需要一个第三方模块 py2exe,就是将py转成exe的模块.只需py2exe怎么安装,我这里就不详细说明了,直接到官网上下载对应python的py2exe版本,然后是傻瓜式安装,并且安装好后py2exe模块会自动添加到python的路径中. 然后就简单了,我们在要被转换成exe的py文件目录下新建一个 setup.py 文件,将代码贴进去: #coding=u

npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法

npm ERR! path E:\SouthernPowerGridProject\web_project\AutoOPS\autoops\node_modules\fsevents\node_modules\dashdash\node_modulesnpm ERR! code EPERMnpm ERR! errno -4048npm ERR! syscall scandirnpm ERR! Error: EPERM: operation not permitted, scandir 'E:\S

用npm安装express时报proxy的错误的解决方法

首先要说明一点:当使用npm install <module-name>时安装组件时,安装的目录是cmd的目录+node_modules+组件名 例子如下:假如你现在安装express这个组件: cmd的目录是:D:\Program Files\nodejs\node_modules\npm 如图所示: 则:express这个组件的目录在:D:\Program Files\nodejs\node_modules\npm\node_modules\express 在执行上述命令时喜欢报的错误是:

vscode下搭建typescript时提示&quot;无法将“npm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称&quot;错误的解决方法

根据网上的教程,安装了node.js后,再安装了typescript,,,这时候编译生成或者在vscode的终端里调用npm或者tsc --version时,总是提示 npm : 无法将“npm”项识别为 cmdlet.函数.脚本文件或可运行程序的名称.请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次. 所在位置 行:1 字符: 1 + npm install typescript --save -dev + ~~~ + CategoryInfo : ObjectNotFound:

npm ERR! Failed at the [email&#160;protected] postinstall script.

npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! [email protected] postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the [email protected] postinstall script. node-sass 的数据源没设置 npm config set sass_binary_site=https: