summaryrefslogtreecommitdiffstats
path: root/development/nodejs/README
diff options
context:
space:
mode:
author Ryan P.C. McQuen2015-11-13 14:57:20 +0100
committer Willy Sudiarto Raharjo2015-11-13 14:57:20 +0100
commit85cbcb1c6cc73d11ac879255af6f43c91bbbbaef (patch)
tree89fafc8b7e1bc6b29b379d90b0d15be017f0a83e /development/nodejs/README
parent14fdffeea2329cd088a67e0b9cf257780fd42133 (diff)
downloadslackbuilds-85cbcb1c6cc73d11ac879255af6f43c91bbbbaef.tar.gz
development/nodejs: Added (JavaScript runtime).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/nodejs/README')
-rw-r--r--development/nodejs/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/nodejs/README b/development/nodejs/README
new file mode 100644
index 0000000000..f321e640e5
--- /dev/null
+++ b/development/nodejs/README
@@ -0,0 +1,10 @@
+Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
+
+Node.js uses an event-driven, non-blocking I/O model that makes it
+lightweight and efficient. Node.js' package ecosystem, npm, is the largest
+ecosystem of open source libraries in the world.
+
+WARNING: nodejs will conflict with node.
+
+Either install the node package, or nodejs from SBo, but not both. Both packages
+include npm.