1Node v13.0.1 is having problems with this.
2Try upgrading the node version or downgrade to v12.
3 npm i --save node@12.18.3
4
5Check your globally installed node version with
6 node --version
7Or check the node locally installed node version with
8 npm list node
9
10After this you might be required to run
11 npm rebuild node-sass