-
Hi community!I am relatively new to Linux, WordPress and this plugin. However I do have good understanding of React. If I now want to create a new react app in the directory of ReactPress i get the following: I found out it is because root does not have node installed, and I read that installing node for root is not a good idea. What I am not understanding, and what is the proper way of addressing this issue? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @indymaat, I would advice you to not install WordPress this way for local development. This is a server installation for a live Ubuntu server. If I were you I would use LocalWP for development. I have written an extensive tutorial on how to create your first ReactPress app. It also includes the creation of a WordPress site. Hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi @indymaat,
I would advice you to not install WordPress this way for local development. This is a server installation for a live Ubuntu server. If I were you I would use LocalWP for development.
I have written an extensive tutorial on how to create your first ReactPress app. It also includes the creation of a WordPress site.
Hope this helps.