Posts

Showing posts from July, 2021

error cb.apply is not a function

  Follow this directory C:\Users(your username)\AppData\Roaming Delete the npm folder and if there is one npm cache folder. Run npm clean cache —force ( — force is required to clear cache)

Run existing Node Js project

  Follow below steps to run project Clone repository Run  npm i  command to install dependencies Execute  npm start  command to run the project