Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump and pin node-opcua to version 2.133.0 in acs-edge #378

Closed
wants to merge 1 commit into from

Conversation

Zoobdude
Copy link
Contributor

After quite comprehensive testing, I've discovered that the issue preventing the acs-edge from building is the node-opcua package.

This module seems to depend on node-opcua-crypto package which had a breaking change to its exports in v4.11.0.

This seems to have effected the following modules:

  • node-opcua-address-space-base
  • node-opcua-address-space
  • node-opcua-certificate-manager
  • node-opcua-client
  • node-opcua-common
  • node-opcua-secure-channel
  • node-opcua-server
  • node-opcua-crypto

All of which the node-opcua package depends on.

The last working version of this package seems to be 2.133.0 therefore I have pinned in to that until the upstream issue is resolved.

I have created an issue on the libs repo (node-opcua/node-opcua-crypto#61) relating to this.

@Zoobdude
Copy link
Contributor Author

Once this is merged, I don't see any blockers to merging #371

@amrc-benmorrow

@Zoobdude Zoobdude changed the title Bump and pin node-opcua to version 2.133.0 Bump and pin node-opcua to version 2.133.0 in acs-edge Nov 25, 2024
@amrc-benmorrow amrc-benmorrow mentioned this pull request Nov 27, 2024
amrc-benmorrow added a commit that referenced this pull request Nov 27, 2024
This includes #371 and #378 .
@amrc-benmorrow
Copy link
Contributor

This change is included in #380.

@erossignon
Copy link

You need to use noodeModuleResolution:"node16" in your tsconfig.json file if you want to use the latest vrsion of node-opcua.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants