Question
Can anyone confirm if we can develop with metabase in Windows 8/10 OS?
I’ve tried to follow the Development Guide, but we’re stuck with running the front-end server
$ yarn run build-hot
yarn run v0.24.6
$ NODE_ENV=hot webpack-dev-server --progress
'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this comm and.
and it looks like yarn is executing bash shell scripts which is expected to fail in cmd
of Windows.
Why we’re doing this?
We would just like to update frontend CSS files to change the look and feel of metabase UI.