Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
added note on minimum npm and nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adpham95 committed Jun 21, 2018
1 parent ca23682 commit b75c6a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -37,8 +37,9 @@ Walkoff apps can be found at: <https://github.com/nsacyber/WALKOFF-Apps>
## Base Requirements

* Python 2.7+ or Python 3.4+
* NodeJS and Node Package Manager (npm)
* NodeJS v4+ and Node Package Manager (npm) v5+
* On Ubuntu, if you install `node` via `apt-get`, it will be installed as `nodejs` - you may need to create a symlink from your installed `nodejs` to `node` for `npm` to work correctly.
* npm v5 requires Node v4+, while npm v6 requires Node v6+.
* Tested on Windows and Linux
* On Linux, you will need the `python-devel` package for your distribution.

Expand Down

0 comments on commit b75c6a0

Please sign in to comment.