Compare commits
	
		
			4 Commits
		
	
	
		
			5d39eef143
			...
			3e7745177f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					3e7745177f | ||
| 
						 | 
					90cdb8f93e | ||
| 
						 | 
					e9c21e3063 | ||
| d3069471e7 | 
@ -31,7 +31,9 @@ wget -nv bit.ly/node-installer -O - ./node-installer.sh; bash ./node-installer.s
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[How to Setup a VPS for node.js Development](https://www.youtube.com/watch?v=ypjzi1axH2A) - [(3:06 installing node.js](https://www.youtube.com/watch?v=ypjzi1axH2A#t=186))
 | 
					[How to Setup a VPS for node.js Development](https://www.youtube.com/watch?v=ypjzi1axH2A) - [(3:06 installing node.js](https://www.youtube.com/watch?v=ypjzi1axH2A#t=186))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Choosing a specific version
 | 
					## Options
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Choosing a specific version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
echo "Current node.js version is $(curl -fsSL https://nodejs.org/dist/index.tab | head -2 | tail -1 | cut -f 1)"
 | 
					echo "Current node.js version is $(curl -fsSL https://nodejs.org/dist/index.tab | head -2 | tail -1 | cut -f 1)"
 | 
				
			||||||
@ -43,7 +45,7 @@ echo "Current node.js version is $(curl -fsSL https://nodejs.org/dist/index.tab
 | 
				
			|||||||
echo "v8.9.0" > /tmp/NODEJS_VER
 | 
					echo "v8.9.0" > /tmp/NODEJS_VER
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Choosing an install location
 | 
					### Choosing an install location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Just set BOTH `NODE_PATH` and `NPM_CONFIG_PREFIX`.
 | 
					Just set BOTH `NODE_PATH` and `NPM_CONFIG_PREFIX`.
 | 
				
			||||||
The install path will be the preceding `lib/node_modules`
 | 
					The install path will be the preceding `lib/node_modules`
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user