Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions to handle new json-server dist rename #14

Open
coryhouse opened this issue Feb 13, 2021 · 0 comments
Open

Update versions to handle new json-server dist rename #14

coryhouse opened this issue Feb 13, 2021 · 0 comments
Labels

Comments

@coryhouse
Copy link
Owner

Update Flux course versions. Json-server renamed dist to public in .16:

The api server wasn't starting in 3rd module. The reason was due to the below static line pointing to dist folder in apiServer.js instead of public .
Line present in the file - static: "node_modules/json-server/dist",
The new modified line that works - static: "node_modules/json-server/public",

@coryhouse coryhouse added the bug label Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant