当前位置:网站首页>run npm fund for details
run npm fund for details
2022-06-10 00:08:00 【市井榴芒】
前端vue项目npm install的时候报错,信息如下:
npm WARN saveError ENOENT: no such file or directory, open '/Users/vue_demo/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/vue_demo/package.json'
npm WARN vue_demo No description
npm WARN vue_demo No repository field.
npm WARN vue_demo No README data
npm WARN vue_demo No license field.
up to date in 0.353s
1 package is looking for funding
run `npm fund` for details
其实不是报错,只是组件开发者提示了捐赠的信息(白嫖也要意思一下么);
如果不想捐赠则执行npm fund一下,继续执行别的即可;
/Users/vue_demo
└─┬ https://opencollective.com/postcss/
└── [email protected]8.4.5
启动项目npm run dev如下:
DONE Compiled successfully in 863ms
App running at:
- Local: http://localhost:1024/
- Network: http://192.168.8.888:1024/
边栏推荐
- 尽一份孝心,为家人做一个老人防摔报警系统
- 电脑连接打印机出现的问题(打印机显示未指定)解决方法
- Q-learning
- win10怎么删除账户
- The essence and soul of message queue
- [typecho] how to query multiple tables
- Py6s configuration tutorial (win10 × 64)
- Idea uninstall tutorial
- MySQL development practice summary (I)
- Process test supports batch parameter import, and the test efficiency is directly full!
猜你喜欢
随机推荐
The original code, inverse code, complement code and shift code are finally understood
SIGIR 2022 | 港大、武大提出KGCL:基于知识图谱对比学习的推荐系统
二分查找(折半查找)总结
Introduction to C # WPF layout control layoutcontrol
Core [email protected] < 3.4 is no longer maintained and not recommended for usage due to the
Baidu post-95 programmers were sentenced for deleting databases and running away. The motivation was the change of work content and dissatisfaction with leaders. What impact would deleting databases b
力扣 两数之和 C语言 题解
June 10, 2022 Daily: Huawei's top ten inventions were announced: efficient addition network and multi-objective game intelligent driving won the prize
(transfer) what is the difference between objectid, FID and oid fields in ArcGIS?
Manjaro kconsole turns on translucency
pycharm 2022永久激活版下载,亲测有效
Johns Hopkins, Berkeley, California, etc. | using machine learning of sequence and structural features to achieve Generalized Prediction of antibody thermal stability
SPSS principal component analysis
The essence and soul of message queue
js 逻辑空分配双问号语法 、双竖杠语法 与 可选链语法
Operator (day 2)
SpingBoot+Quartrz集群版实现动态定时任务(利用反射实现自定义业务)
wps怎么合并大小不一致的单元格
冒泡排序及优化 清楚直观 C语言
不用 if (obj != null) 判空








