-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn start fails #1
Comments
On my computer I can run For |
I am a bit confused. Berry seems to be a package name for yarn starting from version 2.0. Locally I have yarn 1.16.0, so not berry. If I run |
My system has the following specs. OS: RHEL 8.4 I also tried to run on a fresh virtual machine with the same set up as above except with only 8 GB RAM. Same failure. Going to try a new VM with Ubuntu 18.04. |
I was able to start the dashboard on a virtual machine with the following specs: OS: Ubuntu Desktop 18.04.5 Note that I had to upgrade Node.js to v14.x since the initial |
I am now able to start the dashboard on RHEL8.4. Had to install the current LTS version of Node.js (v14.17.5). Did this by installing the Recommend the |
orion-dashboard fails to start when issue the
yarn start
command.Initial attempt to run
yarn
command from fresh clone of repo leads to the following error:Solution to this problem is to copy over the
.yarn/releases/yarn-berry.cjs
file from the carbon-design-system/carbon-tutorial project. After this, the initial run ofyarn
works.Once
yarn-berry.cls
is present, executingyarn start
results in page from localhost being loaded in Web browser, followed by several minutes without output and escalating memory usage fromnode
up to ~10 GB. Finally, command dies with the following error messages:The original carbon-design-system/carbon-tutorial project works fine in my environment.
OS: RHEL 8.3
node: v10.24.0
browser: Chrome 91.0.4472.77
The text was updated successfully, but these errors were encountered: