背景
https://github.com/cypress-io/cypress/issues/20768
使用 npm i esbuild 解决后
https://github.com/evanw/esbuild/issues/1819#issuecomment-1063387339
出现问题
Error: The package “esbuild-darwin-arm64” could not be found, and is needed by esbuild.
● 删除 node_modules 重新装 ×
● tnpm i @esbuild/darwin-arm64 ×
error @esbuild/darwin-arm64@0.23.0: The CPU architecture “x64” is incompatible with this module.
● sh -ci “$(curl -fsSL https://internetcomputer.org/install.sh)” ×
最终解决方案
使用 yarn 代替 npm 安装