ciufudean
ciufudean
I thought this is the case, but `build `was failing for me too, so I used the dist file from the npm `dropbox` package.
e:\temp\dropbox-sdk-js>npm run build > [email protected] build e:\temp\dropbox-sdk-js > npm run build:es && npm run build:cjs && npm run build:umd && npm run build:umd:min > [email protected] build:es e:\temp\dropbox-sdk-js > cross-env BABEL_ENV=es...
I found the cause. Your `build:xx` npm scripts are using `;` as a command separator, while on Windows this is `&` or `&&`. And a few solutions [here](https://stackoverflow.com/questions/45082648/npm-package-json-os-specific-script)
My employer has an on-premise GHE installation, so my use case is getting notified about changes to the wiki pages for the features I am currently working on. So when...