Replies: 1 comment
-
感谢反馈 我们看一下怎么优化 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
运行环境-Node.js 创建新的时包管理时必选,会自动生成run.sh然后 执行npm/yarn/pnpm install
但是有些时候不需要,只会浪费时间
比如next.js standalone打包完后已经有完整的精简node_modules 这时运行npm install会浪费空间和时间
Beta Was this translation helpful? Give feedback.
All reactions