2120 shaares
3 results
tagged
Bugfix
HP ProDesk 400 G4 random crashes
Possible Solution:
- Some has try the following:
npm install –no-optional
- Others have downgraded to npm 5.3.
npm install npm@5.3 -g
- Remove npm and npm cache
C:\Users\your.name\AppData\Roaming\npm
C:\Users\your.name\AppData\Roaming\npm-cache
But none of the above works for me.
-
The hard way is to rollback and start with a working state.
-
Finally, if none of above works, start a new app and slowly migrate over to see what changes cause the issue. This is a tedious and long process.