You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar magento/pwa-studio#898: the use of BABEL_ENV=build at the beginning of a command is fine on Unix, but not on M$ Win*. The following screenshot shows that the command works on WSL (Windows Subsystem for Linux)
The linked PR's author suggests adding the node.js package cross-env in the dependencies. Lacking knowledge in node.js, I'll leave that for others to think about.
The text was updated successfully, but these errors were encountered:
The system complains "'BABEL_ENV' is not recognized as an internal or external command".
showdown-katex/package-scripts.js
Lines 17 to 31 in eaf3647
This is similar magento/pwa-studio#898: the use of
BABEL_ENV=build
at the beginning of a command is fine on Unix, but not on M$ Win*. The following screenshot shows that the command works on WSL (Windows Subsystem for Linux)The linked PR's author suggests adding the node.js package
cross-env
in the dependencies. Lacking knowledge in node.js, I'll leave that for others to think about.The text was updated successfully, but these errors were encountered: