|
|
|
|
|
by diggan
880 days ago
|
|
> There's no debugging, no root cause analysis, just a shrug of the shoulders and 'sometimes it gets it wrong mate, what're you gonna do?' This been the case for as long as I can remember, seems to have more to do with individual developers typical methodology rather than the tools available. I remember a bunch of issues with early npm versions were resolved by deleting the node_modules directory and running `npm install` again. Sometimes it borked the directory, sometimes it didn't, deleting everything and beginning from the beginning resolved many of those issues. |
|