Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Latest request module breaks iControl #2

Open
ArtiomL opened this issue Dec 3, 2017 · 0 comments
Open

Latest request module breaks iControl #2

ArtiomL opened this issue Dec 3, 2017 · 0 comments

Comments

@ArtiomL
Copy link

ArtiomL commented Dec 3, 2017

Hi,

Latest request versions require Node.js v4.0.0 and up.

TMOS v13.0 currently runs:

[root@bip_A:Active:Standalone] config # node --version
v0.12.15

This dependency breaks your code because f5_data_group.js loads icontrol which in turn tries to install the latest request version.

Until v13.1 is released - please consider updating the documentation to manually install a previous version that supports Node.js v0.12.15 (inside the icontrol folder):

npm install request@v2.76.0 --save

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant