Error while running npm install
pm ERR! ENOTEMPTY: directory not empty,
rename ...
The solution is to delete the node modules folder and re-install the node modules by running npm i command:
npm i
Error while running npm install
pm ERR! ENOTEMPTY: directory not empty,
rename ...
The solution is to delete the node modules folder and re-install the node modules by running npm i command:
npm i