This is an official qiankun pnpm starter turborepo.
- nextjs throw errors: assertion failed [block != nullptr]: BasicBlock requested for unrecognized address
$ node -e 'console.log(process.arch)'
// That will probably output x86
$ arch
// This will probably output i386
或者将此添加到您的 settings.json
"terminal.integrated.profiles.osx": {
"bash": {
"path": "arch",
"args": ["-arm64", "bash", "-l"],
"overrideName": true
}
},
"terminal.integrated.defaultProfile.osx": "bash"