diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-12-04 09:05:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-05 07:58:28 +0700 |
commit | e8ef480f143ba5438dd86d2035e23d675f0595f4 (patch) | |
tree | 1f75a2058717ad5233d943aa544ab16ef058a23a /development/nodejs/README | |
parent | 31c145eadfbbba29598b949cc8f425ead380cdc2 (diff) | |
download | slackbuilds-e8ef480f143ba5438dd86d2035e23d675f0595f4.tar.gz |
development/nodejs: Updated for version 4.2.3.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/nodejs/README')
-rw-r--r-- | development/nodejs/README | 4 |
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. |