cloud-annotations / object-detection-react

⚛️ Real-Time Custom Object Detection with TensorFlow.js
MIT License
255 stars 108 forks source link

react-scripts: not found #5

Closed vincycode7 closed 5 years ago

vincycode7 commented 5 years ago

Screenshot from 2019-05-13 17-05-47

vincycode7 commented 5 years ago

I have downloaded the react,react-dom and @tensorflow/tfjs, But i still get the above error please can anyone help with this?

bourdakos1 commented 5 years ago

make sure you run npm install

saurabh629 commented 5 years ago

I am able to see npm start working and opening the web with my web cam but npm install has lot of error. please let me know if i need be concerned.

logs.pdf

bourdakos1 commented 5 years ago

Interesting, if it’s working I wouldn’t be concerned 🤷‍♂️

vincycode7 commented 5 years ago

Screenshot from 2019-05-15 05-01-56

I got an error when i ran npm install

bourdakos1 commented 5 years ago

What version of node do you have?

vincycode7 commented 5 years ago

v10.15.3

bourdakos1 commented 5 years ago

I'm not sure why there are errors, but can you verify that the web app is running properly?

bourdakos1 commented 5 years ago

Closing due to inactivity