ctrlx-automation-sdk icon indicating copy to clipboard operation
ctrlx-automation-sdk copied to clipboard

node and npm in sdk environment issue

Open TapioTaSo opened this issue 8 months ago • 3 comments

Hi,

I have setup sdk environment and I have run install-sdk script. After that I can build snap and run sample codes line Nodejs Hello-world. Now I want to write simple server with expressjs, but it seems that there is no npm package manager installed to sdk environment so its hard to fetch new packet like expressjs. I tried to run install-node-npm script and it do something but if I try to run npm I get answer "boschrexroth@app-builder-amd64:~$ npm /snap/node/8723/bin/node: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by /snap/node/8723/bin/node) /snap/node/8723/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /snap/node/8723/bin/node) /snap/node/8723/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /snap/node/8723/bin/node) /snap/node/8723/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /snap/node/8723/bin/node)" IS there some technical problem or do I use this just wrong way?

TapioTaSo avatar Jun 25 '24 10:06 TapioTaSo