X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/52fb5028cfb36bf1b9490aea22cde7127dbe00ce..be108be567083a45054c1a19804435b6aad98c36:/cookbooks/nodejs/recipes/default.rb diff --git a/cookbooks/nodejs/recipes/default.rb b/cookbooks/nodejs/recipes/default.rb index 602f91622..9483d5893 100644 --- a/cookbooks/nodejs/recipes/default.rb +++ b/cookbooks/nodejs/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: nodejs +# Cookbook:: nodejs # Recipe:: default # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,9 +17,12 @@ # limitations under the License. # +include_recipe "apt::nodesource" +include_recipe "apt::yarn" + package %w[ nodejs - npm + yarn g++ make ]