Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Download specific version of pbiviz

Hi everyone,

 

I have visuals, which I built in pbiviz version of 2.3.0, when I installed pbiviz on new computer, npm installed me version 3.1.2. How can I install 2.3.0?

Regards,

Yerkhan

 

  • Hi Anonymous 

    Use the following from the command line:

    npm i [email protected] -g

    This will ensure that 2.3 is installed rather than the latest version.

    Regards,

    Daniel

1 Reply

  • dm-p's avatar
    dm-p
    Super User

    Hi Anonymous 

    Use the following from the command line:

    npm i [email protected] -g

    This will ensure that 2.3 is installed rather than the latest version.

    Regards,

    Daniel