Frontent Plone SetUp


While installing training setup, I'm getting this error when using "yarn" command.
Backend is running successfully!
How to fix this?

In future, please do not post screenshots, but paste the output in a pre-formatted text section.

The backend is written in Python and so there is no yarn, which is a JavaScript tool.
You probably want to run it in the frontend folder.

As @jensens mentioned above that yarn is used only used in the frontend folder and not in the backend folder.
In the backend folder you could use make build (1) and make start (2), these steps are clearly given in Set up Plone for Trainng.

1 Like
1 Like

I'm really sorry @jensens, This won't repeat again.
I'll try this, thanks!

okay, thanks @rakshith6404

No problem, things are often confusing. Do not hesitate to ask!

1 Like