node_modules/esbuild: Command failed.
解决
运行命令:
node node_modules/esbuild/install.js
或者
npm install --ignore-scripts xxx
yarn add --ignore-scripts xxx
参考资料:
运行命令:
node node_modules/esbuild/install.js
或者
npm install --ignore-scripts xxx
yarn add --ignore-scripts xxx
参考资料: