You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2019. It is now read-only.
When I get to npm run dev I'm getting hung up on 51% building modules 344/345 modules 1 active ...-regexp\node_modules\isa...
# start wihh fresh data
cp db.json.dist db.json // done
# in one console - start JSON mock server
npm run rest-server // running in one console!
# in another console - start client
npm run dev // gets hung up at 51%
When I get to
npm run devI'm getting hung up on51% building modules 344/345 modules 1 active ...-regexp\node_modules\isa...Any pointers?