name cannot start with an underscore; name can only contain URL-friendly characters

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 "_@[email protected]@@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安装。

你可能感兴趣的:(nodejs,node.js,html5)