Open derneuere opened 3 years ago
This appears to be a recent npm issue, which I fixed by changing the command to node --max-old-space-size=4096 which npm install. I could give the VM more real memory, but it really shouldn't need any more if the coding is efficient.
which npm
This appears to be a recent npm issue, which I fixed by changing the command to node --max-old-space-size=4096
which npm
install.I could give the VM more real memory, but it really shouldn't need any more if the coding is efficient.