using npm run dev generates the following output on Windows from the CMD.exe prompt:
C:\code\node-cbor>npm run dev
> cbor@4.0.0 predev C:\code\node-cbor
> if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi
! was unexpected at this time.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cbor@4.0.0 predev: `if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cbor@4.0.0 predev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Burt_\AppData\Roaming\npm-cache\_logs\2018-04-25T02_02_34_180Z-debug.log
using
npm run dev
generates the following output on Windows from the CMD.exe prompt:Not a big deal, I'll work through it.