summaryrefslogtreecommitdiff
path: root/development/nodejs/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/nodejs/README')
-rw-r--r--development/nodejs/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/nodejs/README b/development/nodejs/README
index f321e640e5..c070ea76f7 100644
--- a/development/nodejs/README
+++ b/development/nodejs/README
@@ -8,3 +8,7 @@ WARNING: nodejs will conflict with node.
Either install the node package, or nodejs from SBo, but not both. Both packages
include npm.
+
+nodejs is based off of iojs, you should test your project with nodejs before
+switching from the node package. Due to significant breaking changes,
+you may need to update your project to be compatible.