|
安装hpm出错的一种解决办法,
安装时报错:
npm WARNdeprecated core-js@2.6.11: core-js@<3 is no longer maintained and notrecommended for usage due to the number of issues. Please, upgrade yourdependencies to the actual version of core-js@3.
解决办法:
npm install -gcnpm --registry=https://registry.npm.taobao.org cnpm install -g@hpm/cli 查看是否成功安装: hpm -V |
|