I’m trying to build the website locally as mentioned in this guide. However, yarn start results in 5 errors which have been mentioned below.
I’ve looked for the files that are indicated to cause the error, however, I’m unable to get any idea of it after research from StackOverflow and google.
That typically means that you are using an older version of Node. Run node --version to check it?
That being said, you should try developing with Okteto instead. That way, you don’t have to worry about local dependencies beyond your IDE and source code.
This is a good approach. However, I’ve one suggestion here - How about if we mention the same about building the website using okteto cloud rather than yarn since the project readme would make it more clear for a user to understand about dev environment and then later can navigate to getting-started? WDYT?