关于 yarn 在运行设置环境变量的问题
先贴上一个 React 项目中 package.json 文件的相关代码:
"start": "react-scripts start",
"build": "REACT_APP_OK=True react-scripts --max_old_space_size=4096 build"
在 ubuntu 环境下,执行 yarn start 和 yarn build 都没问题。
在 windows 环境下,执行 yarn start 没问题,但是执行 yarn build 时,会提示:
'REACT_APP_OK' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
请问怎么处理???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
cross-env