v2: `npm run start:demo` fails
bgrins opened this issue · 3 comments
bgrins commented
Looks like a script is missing:
> npm run serve
npm ERR! missing script: serve
@scttcper is this due to a missing npm dependency, a script that should be checked in, or something else?
scttcper commented
there isn't a npm run serve
. Could rename "start:demo" to just "start" so it would just be npm start
https://github.com/bgrins/TinyColor/blob/v2/package.json#L19-L35
bgrins commented
there isn't a npm run serve. Could rename "start:demo" to just "start" so it would just be npm start
Oops, I encountered the bug I intended to file with "start:demo" and then filed the issue with the wrong command.
> npm run start:demo
> tinycolor2@1.4.1 start:demo /TinyColor
> serve demo/public
sh: serve: command not found
scttcper commented
whoops opened a pr