File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,16 @@ Include the install_from_source recipe to install node from sources:
4242* include_recipe "nodejs::install_from_source"
4343
4444Include the install_from_package recipe to install node from packages:
45+ Note that only apt (Ubuntu, Debian) appears to have up to date packages available.
46+ Centos, RHEL, etc are non-functional. (Try install_from_officialbin for those)
4547
4648* include_recipe "nodejs::install_from_package"
4749
50+ Include the install_from_officialbin recipe to install node from official prebuilt binaries:
51+ (Currently Linux x86, x86_64 only)
52+
53+ * include_recipe "nodejs::install_from_officialbin"
54+
4855Include the npm recipe to install npm:
4956
5057* include_recipe "nodejs::npm"
You can’t perform that action at this time.
0 commit comments