ryncsn / metadash

A full stack boilerplate for building metadata manager and dashboard
Other
7 stars 4 forks source link

Cannot run development instance #15

Closed yukinchan closed 6 years ago

yukinchan commented 6 years ago

npm run ui-dev returns a single error without any details.

ERROR Failed to compile with 1 errors

error

./bin/ui-server runs but seems some files are missing.

$ ./bin/ui-server [HPM] Proxy created: /api -> http://localhost:5000 [HPM] Proxy created: /docs -> http://localhost:5000 Server Started 127.0.0.1 - GET /__webpack_hmr HTTP/1.0 404 269 - 9.302 ms Error: ENOENT: no such file or directory, stat 'metadash/metadash/dist/index.html' at Error (native)

waynesun09 commented 6 years ago

The issue is not fixed yet, still on figuring out local dev with http-proxy-middleware config

ryncsn commented 6 years ago

Fixed in commit 4e741569810bb1b37e49ee9a8f4f6758b9e65e60, thanks for the report :smile:

ryncsn commented 6 years ago

And btw ./bin/ui-server is intend to be used for serving asserts with higher concurrency, not for development.