web-library icon indicating copy to clipboard operation
web-library copied to clipboard

npm start fail on Windows

Open boan-anbo opened this issue 4 years ago • 1 comments

> [email protected] start:all C:\Script\web-library
> run-p "serve -s {@}" "devel -s {@}"

>>> Listening on http://localhost:8001/

ERROR: Invalid Option: -s'
ERROR: "devel -s" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:all: `run-p "serve -s {@}" "devel -s {@}"`
npm ERR! Exit status 1

boan-anbo avatar Oct 15 '20 15:10 boan-anbo

Building on Windows is currently not supported. It might be able possible to run it on Windows 10 with the "Linux Subsystem".

I'll leave this issue open, we might add Windows support but it's not priority.

tnajdek avatar Oct 15 '20 17:10 tnajdek