Difference between revisions of "Firebase: Instalasi"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 6: | Line 6: | ||
  apt -y install npm  |   apt -y install npm  | ||
| + | Cek menggunakan  | ||
| + |  nodejs -v  | ||
| + |  npm -v  | ||
Revision as of 11:34, 24 September 2019
Instalasi node.js dan Firebase menggunakan perintah
sudo su apt update apt -y install nodejs apt -y install npm
Cek menggunakan
nodejs -v npm -v