Package %{scl_name} provides Node.js platform delivered as a Software Collection. For more information about Software Collections, see the scl(1) man page. By installing the %{scl_name} collection, you will get the minimum working set of packages to have a working Node.js platform. Usage: scl enable %{scl} 'node' Software Collections allow you to build and execute applications which are not located in the filesystem root hierarchy, but are stored in an alternative location, which is %{_scl_root} in case of the %{scl_name} collection. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. When you want to work with the %{scl_name} collection, use the scl utility (see the scl(1) man page for usage) to enable the scl environment. Examples: scl enable %{scl_name} 'command --arg' Run a specific command with the argument --arg within the %{scl_name} software collections environment. scl enable %{scl_name} 'node' Run node from the %{scl_name} software collection. scl enable %{scl_name} bash Run an interactive shell with the %{scl_name} software collection enabled. scl enable %{scl_name} 'man node' Show man pages for the node command, which is a part of the %{scl_name} software collection. Report bugs to .