nodejs安装插件遇到错误,提示命名问题
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code EINVALIDPACKAGENAME
npm ERR! Invalid package name "_@babel_code-frame@7.14.5@@babel": name cannot start with an underscore; name can only contain URL-friendly characters
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\11034\AppData\Local\npm-cache\_logs\2021-10-08T03_37_06_076Z-debug.log
网上搜索到是因为下划线问题无法安装,然后看到组件库有下划线的插件,随即搜索下划线的插件怎么安装
解决方案npm 安装改成 cnpm安装。
版权声明:本文为u014685642原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。