Skip to content
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

Added issues with M1 mac and 'npm install' to README #789

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

kitokazu
Copy link
Contributor

As I was following the instructions on how to get my environment setup, I ran into a few issues with bundle install and npm install. After looking into it, the bundle install issue may have been a result of using an M1 mac.

Error with bundle install:

There was an error parsing 'Gemfile': cannot load such file -- em/pure_ruby. Bundler cannot continue

Here is the resource I found that helped. The main command that helped was:

gem install eventmachine --platform ruby

For npm install I had to make sure that my computer was running the version of node that was compatible with the project. Link to source that helped.

I essentially used n which is a Node version manager that can be installed via npm.

npm install -g n   # Install n globally
n <version>         # Install and use <version>

@corejh corejh requested review from d-ahn10 and corejh March 16, 2023 18:10
Copy link
Member

@corejh corejh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks for the updates. after @d-ahn10 approves, we can merge

Copy link
Contributor

@d-ahn10 d-ahn10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good~ Thanks Kai!
Good to see this working on M1 Macs too

@d-ahn10 d-ahn10 merged commit 76d0b0c into chapmanu:development Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants