Installing npm packages on windows might be a tough task. One project I worked on had these dependencies: "canvas": "1.6.13", "chartjs-node": "^1.7.1",
Installing these dependencies failed with error
gyp ERR! build error
I googled this issue and there are a lot of pages regarding this. One of them: https://spin.atomicobject.com/2019/03/27/node-gyp-windows/