Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 281 Bytes

install node js for parrot os

sudo apt install nodejs npm -y

sudo npm install -g n

sudo n stable

close terminal and re-open,after that check node is updated

node --version

ref : statck overflow