Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.5k views
in Technique[技术] by (71.8m points)

npm 和 yarn 有什么区别

问题描述

最近遇到一个问题
npm run test --coverage 发现没有测试报告,也没有报错
yarn test --coverage 有测试报告
两个都是全局安装的

问题出现的环境背景及自己尝试过哪些方法

尝试过都重新install, 发现没有作用, 也去官网看了文档发现没有提到这方面的内容

你期待的结果是什么?实际看到的错误信息又是什么?

两者的操作应该是等价的,都应该有测试报告


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...