Update nodejs version to latest stable
This commit is contained in:
parent
fa07ddaa64
commit
5b6516c19f
@ -5,3 +5,5 @@ license 'All rights reserved'
|
|||||||
description 'Installs/Configures kosmos-nodejs'
|
description 'Installs/Configures kosmos-nodejs'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version '0.1.0'
|
version '0.1.0'
|
||||||
|
|
||||||
|
depends "nodejs"
|
||||||
|
@ -8,11 +8,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
include_recipe 'build-essential'
|
include_recipe 'build-essential'
|
||||||
node.override['nodejs']['repo'] = 'https://deb.nodesource.com/node_0.12'
|
node.override['nodejs']['repo'] = 'https://deb.nodesource.com/node_5.x'
|
||||||
include_recipe 'nodejs::nodejs_from_package'
|
include_recipe 'nodejs::nodejs_from_package'
|
||||||
|
|
||||||
# Update npm
|
# Update npm
|
||||||
nodejs_npm "npm" do
|
nodejs_npm "npm" do
|
||||||
version "2.13.0"
|
version "3.5.3"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user