Replies: 1 comment
-
The error message points out 2 log files that might put you in the right direction to solve the issue, likely an error building the event-loop-stats and isolated-vm packages from NPM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting up a local development environment for Rocket.Chat and following the official setup instructions. I've installed all prerequisites, including Node 14.x, Meteor, and Yarn, and I have successfully cloned the Rocket.Chat repository. However, I'm encountering an issue when I try to run the yarn command to install dependencies.
Steps I followed:
Installed Node 14.x using Volta.
Installed Meteor as specified in the Meteor installation guide.
Installed Yarn following the instructions on the Yarn website.
Cloned the Rocket.Chat repository from GitHub.
Ran yarn to install dependencies.
Error Message:
Could someone please help me understand what might be going wrong here? Any suggestions on how to resolve this error would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions