ngrx-tour-of-heros
ngrx-tour-of-heros copied to clipboard
Node > 10 build failures
Consider adding the following to README.md
Breaking changes - node => 10
- ERROR - "json-server requires at least version 4 of Node, please upgrade"
- if your node -v is greater than 10, npm upgrade json-server
- Appears that node-sass was optional on yearn install.
- Had to install separately - yarn add none-sass
Also,cd client and cd server are reversed in lines 13 and 15.