DONE Compiled successfully in 12617ms 17:11:48
I Your application is running here: http://localhost:8080
在开发过程中,经常会使用npm安装依赖包来加速开发。但是在执行npm install命令时,有时会遇到各种错误。这时,我们需要针对不同的错误进行排查和解决。本篇文章将总结一些常见的npm install报错及解决方案和思路。
1.网络问题
在使用npm install命令时,网络问题可能是最常见的问题。网络问题主要包括以下几种情况:
DNS解析失败:这个问题一般是因为本地DNS解析出错,可以通过更换DNS服务器来解决。例如,使用Google的DNS服务器(8.8.8.8和8.8.4.4)。
网络连接超时:这个问题一般是因为网络连接不稳定或者连接速度太慢,可以通过更换网络环境或者设置npm的超时时间来解决。例如,使用npm config set timeout 60000来设置超时时间为60秒。
代理问题:如果你在一个使用代理的网络中,需要配置npm使用代理来下载依赖包。例如,使用npm config set proxy http://proxy-server:port和npm config set https-proxy http://proxy-server:port来设置
首先我们上node.js官网(https://nodejs.org/zh-cn/),下载最新的长期版本,直接运行安装完成之后,
我们就已经具备了node和npm的环境啦。安装完成之后检查下版本信息:
Microsoft Windows [版本 10.0.19041.985]
(c) Microsoft Corporation。保留所有权利。
C:\Users\Administrator>node -v
v14.16.1
C:\Users\Administra
npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver
转载于:https://blog.csdn.net/qq_35624642/article/details/79802328
转自 :https://blog.csdn.net/cc18868876837/article/details/81542282
项目拷到本地,然后cd进入项目目录,npm install安装,报错了(①卡住不动 ②unexpected end of file ③ cb() never called等),可以尝试以下方法:
首先确定自己使用的包的下载源是国内的(可以通过npm config lis...
Microsoft Windows [版本 6.1.7601]
C:\Users\Administrator>cnpm install esprima -g
Downloading esprima to D:\Node.js_Package\node-v12.13.1-win-x64...
查了好久才找到解决办法。
是B站尚硅谷项目底下的大神评论。
https://www.bilibili.com/video/BV1np4y1C7Yf?from=search&seid=16228732195257605915
关于新谷粒P16的前端项目使用npm install报错的问题,首先确保安装了python3.0以上版本,并配置全局变量
其次大部分错误是报node-sass4.9.0安装失败。
执行以下步骤可以完美解决
首先把项目文件夹下的package.json里面的node-sass4.9