waleedahmad / nverter

Video converter web app build with Node, React and React
https://quantizd.com/building-a-video-converter-app-with-node-js-express-and-react/
27 stars 10 forks source link

Node_modules deleting when run npm install #3

Open svsh227 opened 1 year ago

svsh227 commented 1 year ago

Node_modules deleting when run npm install

When I am running command "npm i" then node modules is created and then at last deleted automatically every time. I am using ubuntu and already run below command:


sudo add-apt-repository --yes ppa:stebbins/handbrake-releases
sudo apt-get update -qq
sudo apt-get install -qq handbrake-cli```