Skip to main content

Installation

Make sure you have nodejs 16 or above up and running on your computer.

npm config set @sterfive:registry http://gitlab.sterfive.fr:4873

then you'll need to create a user account on the sterfive registry, and anser the questions

$ npm login --registry=http://gitlab.sterfive.fr:4873
Username: joe.doe
Password:
Email: (this IS public) joe.doe@acme.com

finally, you can install the opcua-tool

npm install -g @sterfive/opcua-modeler

and you should be able to run the opcua-modeler command

opcua-modeler version

Updating the opcua-modeler to the latest version

simply run this command to upgrade the opcua-modeler command to the latest version

npm install -g @sterfive/opcua-modeler@latest

if you are using node 19.0 or above

If you are using node 19.0 or above, you'll need to add the --auth-type=legacy to the npm login command. ll need to add the `

npm login --registry=http://gitlab.sterfive.fr:4873 --auth-type=legacy