thecodingmachine / nodejs-installer

An installer package that let's you install NodeJS and NPM as a Composer dependency.
107 stars 28 forks source link

Update NodeJsInstaller.php #40

Closed delmicio closed 4 years ago

delmicio commented 4 years ago

Check if the node version is lower than 10 then npm can not use the latest version but only up to 6.14.8 Fixes issue #39

moufmouf commented 4 years ago

Excellent! Thanks a lot!