simatic-ax / commands

Library to support PLCOpen commands in a OOP way
Other
1 stars 1 forks source link

apax add fails - package seems missing #2

Closed christof-ochs closed 4 months ago

christof-ochs commented 4 months ago

Description After logging into the the github registry, I want to add the commands package to my project (using apax add @simatic-ax/commands). Fails with the following message: Usage Error: You have no permission to install package "@simatic-ax/commands" from registry "https://npm.pkg.github.com/". If the resolved registry isn't the expected one, check your apax.yml and global config for the correct registry entries. If this package is expected to be from the Simatic-AX registry, check that you have access to that namespace. To get a list of all accessible scopes execute 'apax info --ax-scopes'.

There is no release package in this repository.

This is not in alignment with the documented usage of the package. For a public repository on the SIMATIC AX GitHub Community I would expect a release package.

To Reproduce Steps to reproduce the behavior:

  1. Create AX workspace
  2. Add simatic-ax registry to apax.yml
  3. Execute "apax add @simatic-ax/commands"

Expected behavior Dependency is added to apax.yml and package is downloaded.

Screenshots image

sjuergen commented 4 months ago

@christof-ochs the package is available but it was private. Now it should work