Vous êtes sur la page 1sur 1

Fixing Installation Issues

When installing and running the React Native Project, two errors may occur. No worries, both are
easy to fix!

1) npm v5 related error


If you got any error that seems to be related to the version of npm you’re using (the error message
should tell you if that’s the case), make sure to downgrade to npm version 4.x.

You can easily do that by visiting nodejs.org and downloading Node 8.x from there. After installing
it, you’ll also have npm version 4.x

In case this doesn’t work, you can manually install npm v4.x by running npm install -g npm@^4

2) systrace error
You might also encounter an error saying something about “systrace” when running npm start.
Simply execute the two blue commands the error prints out. After running them, everything
should work fine.

Vous aimerez peut-être aussi