Package-managed documentation development not possible using Windows shells, because VAR=value command syntax not supported:
$ npm run docs-bundle-dev
> docs-bundle-dev
> NODE_ENV=development node --unhandled-rejections=strict website/bundle.js
'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.
Initial checklist
Problem
Package-managed documentation development not possible using Windows shells, because
VAR=value commandsyntax not supported:Solution
Use https://github.com/kentcdodds/cross-env
Alternatives
Not using Windows for development ;)