NPM installation module encountered enoent: no such file or directory, rename error

Vue CLI bracket
While developing AXIOS, it was discovered that post operations required a QS package, so naturally it was “NPM install QS”
Error:
ENOENT: no such file or directory, rename ‘C:\Projects\demo\.staging\axios-6e40ca64\node_modules\is-buffer’ -> ‘C:\Projects\demo\node_modules\.staging\is-buffer-ddd200d3’
Solutions:
The package – lock. Json deleted

the original: https://blog.csdn.net/u012878073/article/details/86511957

Read More: