Error while running build script on Windows machine #13
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
There is a difference in running scripts between Mac OS and Windows. Error when running
yarn build
on Windows :$ INLINE_RUNTIME_CHUNK=false react-app-rewired build
'INLINE_RUNTIME_CHUNK' is not recognized as an internal or external command,
operable program or batch file.
Possible Solution
npm install --save-dev cross-env
"build": "cross-env INLINE_RUNTIME_CHUNK=false react-app-rewired build",
The text was updated successfully, but these errors were encountered: