You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
loadsicontrol
which in turn tries to install the latestrequest
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.
The text was updated successfully, but these errors were encountered: