npm install 报错 Unexpected token in JSON at position 1
程序员文章站
2022-07-12 11:35:23
...
试了网上三种方法都没用:1、删除 package-lock.json文件
2、npm cache clean --force
3、npm config rm proxy npm config rm https-proxy
重装了node也没用
最后在*上找到:
npm set registry https://registry.npmjs.org/
问题解决。
上一篇: Postman中使用的参数
推荐阅读
-
vue 报错Error in mounted hook: "SyntaxError: Unexpected token u in JSON at position 0"
-
报错: Error in created hook: “SyntaxError: Unexpected token u in JSON at position 0
-
flutter报错解决 Error: FormatException: SyntaxError: Unexpected token m in JSON at position 1
-
npm install 报错 Unexpected token in JSON at position 1
-
JSOIN.parse()报错:Uncaught SyntaxError: Unexpected token o in JSON at position 1 at JSON.parse (
) -
JSON字符格式报错:VM40:1 Uncaught SyntaxError: Unexpected token E in JSON at position 0
-
SyntaxError: Unexpected token R in JSON at position 0 报错的解决方法
-
报错 SyntaxError: Unexpected token R in JSON at position 0 at JSON.parse (<anonymous>)的解决方法
-
Unexpected token c in JSON at position 0 报错信息及解决
-
解决报错:Uncaught SyntaxError: Unexpected token “xxx” in JSON at position 0