Forum Discussion
Anonymous
7 years agoNot applicable
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-pSuper 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