芯が強い人になるESTJ-A

# npm追加淘宝镜像

IT開発 Tags: 无标签 阅读: 233

--registry=https://registry.npm.taobao.org

I removed package-lock.json file and node_modules directory and reinstalled npm packages. Then I resolved the issue.

$ rm package-lock.json
$ rm -rf node_modules
$ npm install
$ npm run serve