当前位置:网站首页>Nodejs 安装依赖cpnm时,install 出现Error: Cannot find module ‘fs/promises‘
Nodejs 安装依赖cpnm时,install 出现Error: Cannot find module ‘fs/promises‘
2022-08-03 12:28:00 【奥利给_加油】
解决:
1、降低cnpm的版本:
删除已安装的cnpm版本:
npm uninstall -g cnpm
安装低版本cnpm:
npm install [email protected] -g --registry=https://registry.npm.taobao.org
边栏推荐
猜你喜欢
TiKV & TiFlash 加速复杂业务查询丨TiFlash 应用实践
PC client automation testing practice based on Sikuli GUI image recognition framework
第3章 搭建短视频App基础架构
AMS simulation
Random forest project combat - temperature prediction
想学自动化测试网课哪个好?过了人告诉你:适合自己的才是最重要
无监督学习KMeans学习笔记和实例
Unsupervised learning KMeans notes and examples
4500 words sum up, a software test engineer need to master the skill books
mysql advanced (twenty-four) method summary of defense against SQL injection
随机推荐
苹果发布 AI 生成模型 GAUDI,文字生成 3D 场景
如何免费获得一个市全年的气象数据?降雨量气温湿度太阳辐射等等数据
nacos app
安全自定义 Web 应用程序登录
R语言使用zoo包中的rollapply函数以滚动的方式、窗口移动的方式将指定函数应用于时间序列、计算时间序列的滚动标准差(设置每个窗口不重叠)
云计算服务主要安全风险及应对措施初探
Blog records life
数据库系统原理与应用教程(074)—— MySQL 练习题:操作题 141-150(十八):综合练习
超多精美礼品等你来拿!2022年中国混沌工程调查启动
Apache APISIX 2.15 版本发布,为插件增加更多灵活性
Take you understand the principle of CDN technology
PolarFormer: Multi-camera 3D Object Detection with Polar Transformers 论文笔记
pandas连接oracle数据库并拉取表中数据到dataframe中、生成当前时间的时间戳数据、格式化为指定的格式(“%Y-%m-%d-%H-%M-%S“)并添加到csv文件名称中
setTimeout, setInterval requestAnimationFrame
Five super handy phone open-source automation tools, which is suitable for you?
ROS中编译通过但是遇到可执行文件找不到的问题
技术分享 | 接口自动化测试如何搞定 json 响应断言?
免费的网络传真平台_发传真不显示发送号码
The new interface, jingdong comment interface
R语言ggplot2可视化:使用patchwork包的plot_layout函数将多个可视化图像组合起来,ncol参数指定行的个数、byrow参数指定按照行顺序排布图