2/22/2022 9:10 AM | |
Joined: 6/26/2019 Last visit: 2/24/2022 Posts: 18 Rating:
|
I have the same problem with 3.1.1 image. Is there any way to solve it? Thanks! |
2/22/2022 2:58 PM | |
Joined: 4/28/2015 Last visit: 2/1/2023 Posts: 3087 Rating:
|
Hi, did you already try to install the node again. as stated in my first post? Best regards! |
2/23/2022 11:19 AM | |
Joined: 6/26/2019 Last visit: 2/24/2022 Posts: 18 Rating:
|
I have proceed with this command: npm install -g node-red-contrib-opcua the result is below: npm WARN notsup Unsupported engine for chalk@4.1.2: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: chalk@4.1.2 npm WARN notsup Unsupported engine for semver@7.3.5: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: semver@7.3.5 npm WARN notsup Unsupported engine for hexy@0.3.4: wanted: {"node":">=10.4"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: hexy@0.3.4 npm WARN notsup Unsupported engine for ltx@3.0.0: wanted: {"node":">= 12.4.0"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: ltx@3.0.0 npm WARN notsup Unsupported engine for mkdirp@1.0.4: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: mkdirp@1.0.4 npm WARN notsup Unsupported engine for yargs@17.2.1: wanted: {"node":">=12"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: yargs@17.2.1 npm WARN notsup Unsupported engine for update-notifier@5.1.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: update-notifier@5.1.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/node-red-contrib-opcua/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"ia32"}) npm WARN notsup Unsupported engine for is-installed-globally@0.4.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: is-installed-globally@0.4.0 npm WARN notsup Unsupported engine for boxen@5.1.2: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: boxen@5.1.2 npm WARN notsup Unsupported engine for is-npm@5.0.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: is-npm@5.0.0 npm WARN notsup Unsupported engine for wrap-ansi@7.0.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: wrap-ansi@7.0.0 npm WARN notsup Unsupported engine for camelcase@6.3.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: camelcase@6.3.0 npm WARN notsup Unsupported engine for type-fest@0.20.2: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: type-fest@0.20.2 npm WARN notsup Unsupported engine for global-dirs@3.0.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: global-dirs@3.0.0 npm WARN notsup Unsupported engine for ini@2.0.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: ini@2.0.0 npm WARN notsup Unsupported engine for lru-cache@6.0.0: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: lru-cache@6.0.0 npm WARN notsup Unsupported engine for yargs-parser@20.2.9: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: yargs-parser@20.2.9 npm WARN notsup Unsupported engine for y18n@5.0.8: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: y18n@5.0.8 After reboot the node opcua version is the same 0.2.88. Is any way to check node & npm versions with nodes version before installing it? Attachment20220223 Same Version node-red-contrib-opcua.zip (261 Downloads) |
2/23/2022 12:08 PM | |
Joined: 4/28/2015 Last visit: 2/1/2023 Posts: 3087 Rating:
|
Hi, I was able to install the version 0.2.254 via
Sometimes you can find the supported NodeJS versions of the nodes on flows.nodered.org or on the github page of the nodes. Best regards! |
Follow us on