bradtraversy / mern_shopping_list

Shopping List built with MERN and Redux
605 stars 436 forks source link

"npm run client-install" not working #24

Closed luisFebro closed 5 years ago

luisFebro commented 5 years ago

I could not install the client side's dependencies from my directory root. Instead of installing dependencies, it created a folder with all the project's file again.

UPDATED: Solutions:

  1. I ran npm install && cd client && npm install and worked as a charm.
  2. You need to include client-install: "cd client && npm install" in the package.json