Skip to content

xi-search#25 - switches from yarn to npm, makes node-sass compatible with node 15

Yannick Leyendecker requested to merge feature/25-npm into develop

This MR makes the project compatible with node 15 therefore node-sass was updated.

Steps to review

  1. rm node_modules
  2. nvm use 15 (.nvmrc was created over in !12 (merged))
  3. npm install
  4. npm start
  5. Make sure app works like before

Merge request reports