‘js@https://registry.npmmirror.com/JS/-/JS-0.1.0.tgz‘ is not in this registry

解决方法:

  1. npm cache clean --force

2.临时切换到官方源

npm config set registry https://registry.npmjs.org/

npm install js@0.1.0

npm config set registry https://registry.npmmirror.com/ # 切换回镜像源

相关推荐
努力往上爬de蜗牛2 分钟前
react native真机调试
javascript·react native·react.js
y***86691 小时前
TypeScript在Electron应用中的使用
javascript·typescript·electron
zy happy3 小时前
若依 vue3 报错:找不到模块“@/api/xxxx/xxxxx”或其相应的类型声明。。Vue 3 can not find mod
前端·javascript·vue.js
tobebetter95274 小时前
How to manage python versions on windows
开发语言·windows·python
meichaoWen4 小时前
【Vue3】vue3的全面学习(一)
前端·javascript·学习
9***P3344 小时前
PHP代码覆盖率
开发语言·php·代码覆盖率
CoderYanger5 小时前
优选算法-栈:67.基本计算器Ⅱ
java·开发语言·算法·leetcode·职场和发展·1024程序员节
jllllyuz5 小时前
Matlab实现基于Matrix Pencil算法实现声源信号角度和时间估计
开发语言·算法·matlab
多多*5 小时前
Java复习 操作系统原理 计算机网络相关 2025年11月23日
java·开发语言·网络·算法·spring·microsoft·maven
p***43485 小时前
Rust网络编程模型
开发语言·网络·rust