PLCHome / node-red-contrib-ads

Beckhoff TwinCat ADS support for Node-Red.
MIT License
15 stars 11 forks source link

Can't Update #22

Closed hbTecAG closed 5 years ago

hbTecAG commented 5 years ago

Hello

When i want to Update to latest, npm installs automaticly 1.1.16..

also when i want to install new with npm i node-red-contrib-ads the answer ist: `npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EAI_AGAIN: request to https://registry.npmjs.org/node-red-contrib-ads failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443 npm WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation. npm WARN node-red-project@0.0.1 No repository field. npm WARN node-red-project@0.0.1 No license field.

What i do wrong?

PLCHome commented 5 years ago

To update use the update not the install: npm update -g node-red-contrib-ads

Or uninstall npm uninstall node-red-contrib-ads the package and reinstall it over node-red there ist alson an update button in the "palette".

grafik

hbTecAG commented 5 years ago

I know the Button in the Palette.. But it doesn't works..

When i make: npm update -g node-red-contrib-ads it comes no error, but the version is still the same. When i uninstall and install again, also the Version 1.1.16 is installed... ?

I think, it is because of the last release in github is the 1.1.16. Does npm get this Version by updating?

image

PLCHome commented 5 years ago

I'm not so good with the npm. The version management of GitHub has nothing to do with NPM storage. I assume that the installation has been changed and npm can not retrieve. I use the update with npm in my productive environment by myself.

The error is in your installation not in the published software.