【发布时间】:2021-06-04 14:27:53
【问题描述】:
我正在开发一个 Angular 10 应用程序。在我的package.json 中,我没有任何关于@babel 的信息,但是当我喜欢npm install 时出现错误:
npm ERR! 404 Not Found - GET http://private_repo/repository/npm-all/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.2.tgz
@babel可以安装什么依赖?
【问题讨论】:
标签: angular babeljs npm-install dependency-management