Version update issue

Getting the 'Package version mismatch' message;
To solve the version mismatch either:

  • delete the client\node_modules directory or
  • install the latest version by running
    npm install --save @radzen/angular@2.67.1

Usually not a problem, but npm is reporting package does not exist:

npm install --save @radzen/angular@2.67.1
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @radzen/angular@2.67.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

Hi @DAGamer,

Should be ok now.

It is working now, thanks