State that npm should be between 3.9 and 4

This commit is contained in:
Bogdan 2016-12-01 16:48:56 -08:00 committed by GitHub
parent 7eef46e941
commit 168a25239e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ While these may be phased out over time, these packages are currently not
managed with npm. managed with npm.
### Node/npm versions ### Node/npm versions
Make sure you are using recent versions of node and npm. No problems have been found with node>=5.10 and npm>=3.9. Make sure you are using recent versions of node and npm. No problems have been found with node>=5.10 and 4.0. > npm>=3.9.
### Using npm to generate bundled files ### Using npm to generate bundled files