DEV Community

nishantgupta01
nishantgupta01

Posted on

React App project unable to run from a shared drive

i have created a react app on a network share (the whole project is a network drive) becuase this my team will have access to project and do development. but when i do "npm start" it just hangs and doesn't do anything. is the problem that the network is causing this? or is there some issue with the firewall where the development server won't start on my computer

Or should i use some type of source control like Github or VS TFS to share the react among the developers?

Top comments (0)