I'm trying to do npm install to download all the packages listed in my package.json, but one of the packages doesn't work because some node-gyp bs, but it doesn't just skip that package, it fails to install any.
How can i make it ignore the errors and just continue installing packages? I don't need all of them for all parts of my program.