-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install NodeJs (latest) for the Raspberry Pi
- Loading branch information
1 parent
b06afcc
commit 4880cdb
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4880cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest using nvm for installing node. It's helpful because what if in the future something happens where we need to downgrade our node version because of some unforseen bug then with using nvm it's very easy to do
nvm install 6.2
versus having to manually uninstall our current node version.Also, I forgot to mention but we can have a .nvmrc file that we can save what version of node we want nvm to use for our project. This enforces the same version of node to be used across all of our computers if we are using nvm. Which provides us some consistency for expected behavior.
4880cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When launching the pi, how is each system launched? I see some things dependent on systemd, and was wondering if I could maybe get together with someone to learn what how the dependencies might cross over to other systems. Weffe, do you mind meeting up on Monday. I'm on campus (and out of class) after 5:15pm. Also, I want to get involved in the Slack group if you know someone that has access to Admin. :-)
4880cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, from what I remember we registered processes to autorun whem the pi was booted up. And for the homebase we just started our scripts by hand for the controller and UI. I can meet with you on Monday at 5:20 in the rover room. Also, I let Tim know to add you to slack.