-
Notifications
You must be signed in to change notification settings - Fork 8
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
Initial Setup #1014
Comments
Is this connected to the node version issue? #1013 "-g" is not recommended because that stands for global, so whole computer has parallelshell. Need to install locally. It should come down with npm install. Also don't install with "sudo". Once correct version for node is figured out, then @ntran18 can restart and see if solves problem. |
@ntran18 is still stuck on this. Need to change node version; changing path variable when multiple instances of node are installed suffices. She needs to install node 14 and be able to switch between them. |
check current version of node first (which is 18) brew install node@14 when installation ends, there will be instructions at the bottom on how to change versions |
I installed node@14 and run the command |
Interesting—I was about to report that using @ntran18 I’m beginning to suspect that the prior |
The error I got was |
The airplay issue has come up before for Mac users. Is this documented in the setup wiki? |
Yes, it’s at the bottom of Initial Setup. We can consider another option for this—if this port usage is here to stay, we can look into changing our own port to something else |
For the documentation, I think we can update it a little bit for instructions:
|
@ntran18’s setup is nearly complete except that the Network Source dropdown is showing @ntran18 will consult with @Onariaginosa and @ahmad00m on this—@ahmad00m said this looks familiar Once the issue is isolated, this may result in either a code change or a documentation revision, or both |
After review of the suggested documentation changes (one suggestion: change the sample path to something more generic rather than Homebrew), @ntran18 can implement the revisions directly |
I updated on Initial Setup page for the installing older version of node on macOS |
parallelshell --wait "nodemon web-client/app.js" "nodemon server/app.js" "webpack --watch --mode=development"
after runningnpm run start-dev
sudo npm i -g parallelshell
to install parallelshell,sudo
is for administrationnpm install
The text was updated successfully, but these errors were encountered: