Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
Bahmni
Bahmni Implementation
Commits
8971eee8
Commit
8971eee8
authored
Mar 13, 2019
by
Amrutha Baratam
Browse files
Add new file
parent
df8d7a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
environment setup
0 → 100644
View file @
8971eee8
# installation of node js and react
step :1 sudo apt-get install curl // package locator
step :2 curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - // source setup
step :3 sudo apt-get install -y nodejs // installation of node js
step :4 node -v // To check the version for node js
step :5 sudo apt install npm // installation of node package maanager
step :6 npm -v // To check the version for npm
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment