ngrx-tour-of-heros icon indicating copy to clipboard operation
ngrx-tour-of-heros copied to clipboard

Node > 10 build failures

Open cliffeby opened this issue 5 years ago • 0 comments

Consider adding the following to README.md

Breaking changes - node => 10

  1. ERROR - "json-server requires at least version 4 of Node, please upgrade"
  • if your node -v is greater than 10, npm upgrade json-server
  1. 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.

cliffeby avatar Sep 24 '19 15:09 cliffeby