I
I
Ivan Fedorov2017-03-07 17:14:46
JavaScript
Ivan Fedorov, 2017-03-07 17:14:46

ReactJS test app not starting from offsite?

I'm trying to run a simple application from the developer's site, I get the following:

npm i create-react-app -g
....
create-react-app hello_world
Creating a new React app in F:\!!!1Design\React\React_orig\hello_world.

Installing packages. This might take a couple minutes.
Installing react, react-dom, and react-scripts...

npm WARN deprecated [email protected]:

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Manakov, 2017-03-07
@gogolor

WARN is not an error, it's a warning.
In general, there are 2 more points to be done:
That is, you need to do "npm start" in your new hello_world folder

A
abberati, 2017-03-07
@abberati

Congratulations, you have found the toaster bug
Regarding the question: wait for the application to install, then

cd hello_world
npm start

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question