VSCode shows error #359
Answered
by
yohamta
rajesh1084
asked this question in
Q&A
-
When we open the repo in VSCode, it shows the following error in the file
Any idea? |
Beta Was this translation helpful? Give feedback.
Answered by
yohamta
Nov 7, 2022
Replies: 1 comment
-
Hi, Please install node.js and yarn: npm install -g yarn Then in the root directory of the repo, run this:
This will build the frontend source code and place it into the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rajesh1084
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Please install node.js and yarn:
Then in the root directory of the repo, run this:
This will build the frontend source code and place it into the
web/assets/js
directory.Then the error should be gone.