You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build my TS using node-opcua 2.134.0 or above, it has been erroring with many Cannot find module 'node-opcua-crypto/web'.
Full log
6.594 node_modules/node-opcua-address-space-base/dist/session_context.d.ts(1,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.594 node_modules/node-opcua-address-space/dist/source/interfaces/alarms_and_conditions/ua_certificate_expiration_alarm_ex.d.ts(2,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.594 node_modules/node-opcua-address-space/dist/src/alarms_and_conditions/ua_certificate_expiration_alarm_impl.d.ts(4,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.594 node_modules/node-opcua-certificate-manager/dist/certificate_manager.d.ts(1,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.594 node_modules/node-opcua-client/dist/client_base.d.ts(8,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.594 node_modules/node-opcua-client/dist/client_session.d.ts(7,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-client/dist/index.d.ts(27,31): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-client/dist/private/client_session_impl.d.ts(8,36): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-client/dist/verify.d.ts(3,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-common/dist/opcua_secure_object.d.ts(5,41): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-secure-channel/dist/source/client/client_secure_channel_layer.d.ts(2,41): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-secure-channel/dist/source/message_builder.d.ts(2,28): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-secure-channel/dist/source/security_policy.d.ts(5,83): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-secure-channel/dist/source/server/server_secure_channel_layer.d.ts(2,58): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.595 node_modules/node-opcua-secure-channel/dist/source/token_stack.d.ts(1,29): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.596 node_modules/node-opcua-server/dist/opcua_server.d.ts(4,36): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
6.596 node_modules/node-opcua-server/dist/server_end_point.d.ts(6,41): error TS2307: Cannot find module 'node-opcua-crypto/web' or its corresponding type declarations.
My current solution is to pin the version of node-opcua to 2.133.0
This seems to be related to the removal of web.d.ts in commit 4981043.
I realise this issue should have probably been opened on the node-opcua repo, however issues have been restricted to previous contributors only.
The text was updated successfully, but these errors were encountered:
When attempting to build my TS using
node-opcua
2.134.0 or above, it has been erroring with manyCannot find module 'node-opcua-crypto/web'
.Full log
My current solution is to pin the version of
node-opcua
to2.133.0
This seems to be related to the removal of
web.d.ts
in commit 4981043.I realise this issue should have probably been opened on the node-opcua repo, however issues have been restricted to previous contributors only.
The text was updated successfully, but these errors were encountered: