mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-30 01:23:26 -04:00 
			
		
		
		
	Mention nodejs version dependency
This is to address https://github.com/aclindsa/moneygo/issues/2, where the older npm/nodejs versions on Ubuntu causes errors when installing cldr-data.
This commit is contained in:
		| @@ -32,8 +32,9 @@ view that documentation is to [browse it on github](./docs/index.md). | |||||||
|  |  | ||||||
| ## Installation | ## Installation | ||||||
|  |  | ||||||
| First, install npm, python, curl, and go >= 1.9 in your distribution. Here is | First, install npm, nodejs >= 6.11.3 (may work on older 6.x.x releases, but this | ||||||
| how in Arch Linux: | is untested), python, curl, and go >= 1.9 in your distribution. Here is how in | ||||||
|  | Arch Linux: | ||||||
|  |  | ||||||
| 	$ sudo pacman -S npm curl go python | 	$ sudo pacman -S npm curl go python | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user