Skip to content

Latest request module breaks iControl for TMOS v12.x and v13.0 #8

Description

@ArtiomL

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 on BIG-IP v12.x and v13.0 because icontrol tries to install the latest 2.x request version:

"dependencies": {
    "request": "2.x"
}

Please consider updating package.json or the documentation to manually install a previous version that supports Node.js v0.12.15:

npm install request@v2.76.0 --save

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions