Skip to content

Fix running issues#114

Open
shoneriki wants to merge 2 commits intomasterfrom
fix-running-issues
Open

Fix running issues#114
shoneriki wants to merge 2 commits intomasterfrom
fix-running-issues

Conversation

@shoneriki
Copy link
Collaborator

commented out duplicate of dotenv gem on line 35 of gemfile (so when bundle install is run, the dotenv duplicate is not mentioned anymore), updated mimemagic.

Therefore,
As long as
bundle install
is entered, developer is running node version 14 (node -v command to check, nvm use 14 to change to node version 14 if necessary),
yarn install --check-files
is entered, developer should be able to type
rails server

in case of proxy issues (long lines of gyp errors) please enter:

yarn config set proxy '' &&
yarn config set https-proxy ''

to undo proxy and run
rails server
again

app should be running with rails server

Thanks and apologize if somehow things still go wrong

Best,

Sho

shoneriki added 2 commits July 3, 2022 11:41
… on developer's local machine is 14, yarn install --check-files is entered, the app should be running with rails server
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.

1 participant

Comments