Where is the backend system for react native part 2?

Hello,
I have a similar problem, that a file is missing. Have you managed to solve it?

Please download the new file from here and it will be ok.

Hi chuymediaina96 please how did you make you payment,…for the course

The backend is a NodeJS application that runs locally. See the instructions in the course for installing and running.

The backend is really just a mockup - there is no DB persistence.

Did I fix the problem

Thanks bud you saved my day, :+1:t3:
for others who are finding errors on npm install , you all can clone the repo posted above in the discussions and carry on your work…

Answering one year later :joy:. So the reason you are getting the error because you’re most likely using the latest node version. The backend was created using node v12. To be able to follow up with the tutorial, I’d recommend installing nvm (node version manager). After installing nvm, first run nvm install node to install and set the latest node version as the default. After that, run nvm install 12 to install node v12. Then run nvm use 12 to use v12 on the current terminal window from where you can successfully install the dependencies and run the project.

1 Like