A professor once called me a unicorn, loosely defined as someone adept in many disciplines. My focus is Full Stack Web Dev./Design & Mobile Dev./Design, and increasing move to apps built on web tech.
Location
New York City
Education
B.S., CUNY BA Program, 2011. M.S., Integrated Digital Media, NYU Tandon School of Engineering, 2017
Work
Health Professions Advisor, Pre-Health Adv. Office, Hunter College. Freelance web developer/designer
Top comments (1)
I believe this error probably indicates that you are missing the necessary modules for your application to run.
Probably your problem would be solved by typing this command at the prompt:
npm install
After you do this, all packages for your application should be installed.
Then if you run
npm start
again, it should work.Hope this works for you.
Best,
Robert Hieger