bgrins/TinyColor

v2: `npm run start:demo` fails

bgrins opened this issue · 3 comments

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?

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

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

whoops opened a pr