Upgrading jsReport v3 beta to release
-
Hi, how do I do this? I tried installing v3 over the top of the beta, but init says that it's still using a local version?
Warning: jsreport-cli version mismatch: Global jsreport-cli is 3.0.0 Local jsreport-cli is 3.0.0-beta.2
-
Please try the following the first to uninstall the beta CLI
npm uninstall -g @jsreport/jsreport-cli
Then install CLI again
npm install -g @jsreport/jsreport-cli