mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Details to install the latest version of Node.js
Added the direct code to always install the latest version of Node.js for the manual installation. Maybe you could also include this in the automatic setup script, which does not seem to install the latest version of Node.js.
This commit is contained in:
parent
6aa156d956
commit
6f2b04669f
@ -48,7 +48,9 @@ bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/maste
|
|||||||
|
|
||||||
#### Manual Installation
|
#### Manual Installation
|
||||||
|
|
||||||
1. Download and install the latest *Node.js* version.
|
1. Download and install the latest *Node.js* version:
|
||||||
|
- `curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -`
|
||||||
|
- `sudo apt install -y nodejs`
|
||||||
2. Clone the repository and check out the master branch: `git clone https://github.com/MichMich/MagicMirror`
|
2. Clone the repository and check out the master branch: `git clone https://github.com/MichMich/MagicMirror`
|
||||||
3. Enter the repository: `cd MagicMirror/`
|
3. Enter the repository: `cd MagicMirror/`
|
||||||
4. Install and run the app with: `npm install && npm start` \
|
4. Install and run the app with: `npm install && npm start` \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user