xi-search#25 - switches from yarn to npm, makes node-sass compatible with node 15
This MR makes the project compatible with node 15 therefore node-sass
was updated.
Steps to review
rm node_modules
-
nvm use 15
(.nvmrc
was created over in !12 (merged)) npm install
npm start
- Make sure app works like before