Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
root@akraino-slave-001:$# nvm install v12.9.0


Note

$ nvm install node

If the above command is issued instead of the mentioned command, it will install the latest versions of npm and node server

Please check the installation of node and npm using 

root@akraino-slave-001:$ # npm --version
root@akraino-slave-001:$ # node --version

npm --version command should display the version of npm

node --verison should display version of node

...

No Format
root@akraino-slave-001:$# npm install -g @angular/cli@latest

...

No Format
root@akraino-slave-001:$# git clone "https://gerrit/akraino.org/r/eliot"
root@akraino-slave-001:$# cd eliot/ui
root@akraino-slave-001:$# npm install
root@akraino-slave-001:$# npm start


Note

Default, it will start the UI on 4200 port

https://localhost:4200

...