Hello, I created a WP instance on DigitalOcean in order to test the WP-API for a React app. This won’t be the final setup, feel free to suggest a better testing environment if you like. Anyway, my problem, and I know very little about servers and stuff, is that I get permission denied when trying to create a React app in the apps directory of the ReactPress plugin. I did everything as described in the documentation, except for updating Node (the default version on Ubuntu was too old for create-react-app), which I did via `curl -fsSL | sudo -E bash -`. I’m very confused, how can the root user get permissions denied for something? Could it be that `sudo` is part of that snippet, what happens when the root user uses `sudo`?
[ad_2]