react-e-commerce-website icon indicating copy to clipboard operation
react-e-commerce-website copied to clipboard

guide me how to run this step by step?

Open rmrao12 opened this issue 4 years ago • 7 comments

please guide me how to run this on my system i am using visual studio code and still unable to run this not able to clone and also when i try npm install its giving me several errors but this command works on other projects so kindly tell me what to so from the start. after downloading the zip file what's next?

rmrao12 avatar Jun 20 '21 14:06 rmrao12

Yes,

  1. Okay so first you download the zip file
  2. Unzip it at your desired location
  3. Open your command prompt at the same location and then simply type npm i (if you get errors please attach a screenshot for me to check)
  4. Once you're done with the installation file, just using npm start will work .

Please provide me with additional information as to what errors you're facing

AdityaKumawat97 avatar Jun 20 '21 14:06 AdityaKumawat97

Image 3 Image 4

rmrao12 avatar Jun 20 '21 15:06 rmrao12

Try using npm install -g node-gyp, if this doesn't work then uninstall and reinstall Lts node js freshly and rey running the application again, no one has complained about this before so I guess it's not the applications problem.

AdityaKumawat97 avatar Jun 20 '21 16:06 AdityaKumawat97

same error i don't know i mean it's working with other applications i am confused as well

rmrao12 avatar Jun 20 '21 16:06 rmrao12

Same for me, can't make it run with npm install I got errors installing dependencies

Davidalvarezj avatar Jan 01 '23 19:01 Davidalvarezj

can't install npm

rajeshgupta09 avatar Jan 31 '23 09:01 rajeshgupta09

first install node.js in your system after that open folder in vs code and in terminal of folder run " npm install "

saurabhm02 avatar Nov 22 '23 13:11 saurabhm02