We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序
小程序基础库: 2.25.3 使用框架: React
我的packga.json 文件如下: { "name": "publish", "version": "1.0.0", "private": true, "description": "", "templateInfo": { "name": "default-youshu", "typescript": true, "css": "sass" }, "scripts": { "build:weapp": "taro build --type weapp", "build:swan": "taro build --type swan", "build:alipay": "taro build --type alipay", "build:tt": "taro build --type tt", "build:qq": "taro build --type qq", "dev:weapp": "npm run build:weapp -- --watch", "dev:swan": "npm run build:swan -- --watch", "dev:alipay": "npm run build:alipay -- --watch", "dev:tt": "npm run build:tt -- --watch", "dev:qq": "npm run build:qq -- --watch" }, "browserslist": [ "last 3 versions", "Android >= 4.1", "ios >= 8" ], "author": "", "dependencies": { "@babel/runtime": "^7.7.7", "@tarojs/components": "3.6.2", "@tarojs/helper": "3.6.2", "@tarojs/plugin-framework-react": "3.6.2", "@tarojs/plugin-html": "^3.6.2", "@tarojs/plugin-platform-alipay": "3.6.2", "@tarojs/plugin-platform-h5": "3.6.2", "@tarojs/plugin-platform-jd": "3.6.2", "@tarojs/plugin-platform-qq": "3.6.2", "@tarojs/plugin-platform-swan": "3.6.2", "@tarojs/plugin-platform-tt": "3.6.2", "@tarojs/plugin-platform-weapp": "3.6.2", "@tarojs/react": "3.6.2", "@tarojs/runtime": "3.6.2", "@tarojs/shared": "3.6.2", "@tarojs/taro": "3.6.2", "react": "^18.0.0", "react-dom": "^18.0.0", "react-responsive-carousel": "^3.2.23", "sr-sdk-wxapp": "^1.3.6", "taro-axios": "^1.1.1" }, "devDependencies": { "@babel/core": "^7.8.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", "@tarojs/cli": "3.6.2", "@tarojs/webpack5-runner": "3.6.2", "@types/react": "^18.0.0", "@types/webpack-env": "^1.13.6", "@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/parser": "^5.20.0", "babel-preset-taro": "3.6.2", "eslint": "^8.12.0", "eslint-config-taro": "3.6.2", "eslint-plugin-import": "^2.12.0", "eslint-plugin-react": "^7.8.2", "eslint-plugin-react-hooks": "^4.2.0", "postcss": "^8.4.18", "react-refresh": "^0.11.0", "stylelint": "9.3.0", "typescript": "^4.1.0", "webpack": "5.69.0" } }
能够yun xing
报错:Command failed with signal "SIGBUS".
👽 Taro v3.6.2 Taro CLI 3.6.2 environment info: System: OS: macOS 13.2.1 Shell: 5.8.1 - /bin/zsh Binaries: Node: 18.15.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 9.6.2 - /usr/local/bin/npm npmPackages: @tarojs/cli: 3.6.2 => 3.6.2 @tarojs/components: 3.6.2 => 3.6.2 @tarojs/helper: 3.6.2 => 3.6.2 @tarojs/plugin-framework-react: 3.6.2 => 3.6.2 @tarojs/plugin-html: ^3.6.2 => 3.6.2 @tarojs/plugin-platform-alipay: 3.6.2 => 3.6.2 @tarojs/plugin-platform-h5: 3.6.2 => 3.6.2 @tarojs/plugin-platform-jd: 3.6.2 => 3.6.2 @tarojs/plugin-platform-qq: 3.6.2 => 3.6.2 @tarojs/plugin-platform-swan: 3.6.2 => 3.6.2 @tarojs/plugin-platform-tt: 3.6.2 => 3.6.2 @tarojs/plugin-platform-weapp: 3.6.2 => 3.6.2 @tarojs/react: 3.6.2 => 3.6.2 @tarojs/runtime: 3.6.2 => 3.6.2 @tarojs/shared: 3.6.2 => 3.6.2 @tarojs/taro: 3.6.2 => 3.6.2 @tarojs/webpack5-runner: 3.6.2 => 3.6.2 babel-preset-taro: 3.6.2 => 3.6.2 eslint-config-taro: 3.6.2 => 3.6.2 react: ^18.0.0 => 18.2.0
The text was updated successfully, but these errors were encountered:
同样的问题
Sorry, something went wrong.
我重新新建了项目,用初始化命令重新加载新的依赖
我试了N多种方法都不行
我重新新建了项目,用初始化命令重新加载新的依赖 我试了N多种方法都不行
新建一个项目,用最新的依赖,试试能不能把程序跑起来
试试最新的 3.6.4 ,妹妹
3.6.4
No branches or pull requests
相关平台
微信小程序
小程序基础库: 2.25.3
使用框架: React
复现步骤
我的packga.json 文件如下:
{
"name": "publish",
"version": "1.0.0",
"private": true,
"description": "",
"templateInfo": {
"name": "default-youshu",
"typescript": true,
"css": "sass"
},
"scripts": {
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt",
"build:qq": "taro build --type qq",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:qq": "npm run build:qq -- --watch"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.6.2",
"@tarojs/helper": "3.6.2",
"@tarojs/plugin-framework-react": "3.6.2",
"@tarojs/plugin-html": "^3.6.2",
"@tarojs/plugin-platform-alipay": "3.6.2",
"@tarojs/plugin-platform-h5": "3.6.2",
"@tarojs/plugin-platform-jd": "3.6.2",
"@tarojs/plugin-platform-qq": "3.6.2",
"@tarojs/plugin-platform-swan": "3.6.2",
"@tarojs/plugin-platform-tt": "3.6.2",
"@tarojs/plugin-platform-weapp": "3.6.2",
"@tarojs/react": "3.6.2",
"@tarojs/runtime": "3.6.2",
"@tarojs/shared": "3.6.2",
"@tarojs/taro": "3.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-responsive-carousel": "^3.2.23",
"sr-sdk-wxapp": "^1.3.6",
"taro-axios": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tarojs/cli": "3.6.2",
"@tarojs/webpack5-runner": "3.6.2",
"@types/react": "^18.0.0",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-preset-taro": "3.6.2",
"eslint": "^8.12.0",
"eslint-config-taro": "3.6.2",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.4.18",
"react-refresh": "^0.11.0",
"stylelint": "9.3.0",
"typescript": "^4.1.0",
"webpack": "5.69.0"
}
}
期望结果
能够yun xing
实际结果
报错:Command failed with signal "SIGBUS".
环境信息
The text was updated successfully, but these errors were encountered: