michelson / dante2

A complete rewrite of dante editor in draft-js
https://michelson.github.io/dante2/
Other
912 stars 121 forks source link

use cross-env to be able to build on different platforms (e.g. Windows) #139

Closed ALEUT closed 3 years ago

ALEUT commented 5 years ago

@michelson any questions regarding the pr? Without crossenv it's not possible to build the Dante2 on windows, it means that it's not cross-platform.

michelson commented 5 years ago

Hi @ALEUT , have you tried npm install -g cross-env and then cross-env yarn build ?