首页 前端知识 未找到 [1.06.2303220][darwin-arm64]

未找到 [1.06.2303220][darwin-arm64]

2024-07-29 00:07:10 前端知识 前端哥 321 860 我要收藏

微信小程序项目,【工具】->【构建】的时候发生如下错误:

message:发生错误 Error: /Users/xx/xx/xx/miniprogram/ 未找到 appid: xxx openid: xxx ideVersion: 1.06.2303220 osType: darwin-arm64 time: 2023-05-15 10:15:27

解决:

cd 到项目目录下,使用命令 npm init -y,之后重新install,重启开发者工具,重新构建。

➜  miniprogram npm init -y
Wrote to /Users/xx/xx/xx/xx/miniprogram/package.json:

{
  "dependencies": {
    "@vant/weapp": "^1.10.18"
  },
  "name": "miniprogram-infront",
  "version": "1.0.0",
  "main": ".eslintrc.js",
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": ""
}


➜  miniprogram npm i @vant/weapp -S --omit=dev

up to date, audited 2 packages in 2s

found 0 vulnerabilities
➜  miniprogram-infront 
转载请注明出处或者链接地址:https://www.qianduange.cn//article/14553.html
评论
发布的文章

AE、Lottie、JSON简单介绍

2024-08-12 10:08:42

VSCode配置settings.json

2024-08-12 10:08:42

JSON 格式说明

2024-08-12 10:08:34

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!