lidavidm opened a new issue, #1659: URL: https://github.com/apache/arrow-adbc/issues/1659
### What happened? ``` npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.3 (node_modules/pyright/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + [email protected] added 1 package from 1 contributor and audited 2 packages in 1.224s found 0 vulnerabilities internal/modules/cjs/loader.js:626 throw err; ^ Error: Cannot find module 'node:util' Require stack: - /home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/pyright.js - /home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/index.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:623:15) at Function.Module._load (internal/modules/cjs/loader.js:527:27) at Module.require (internal/modules/cjs/loader.js:681:19) at require (internal/modules/cjs/helpers.js:16:16) at Object.9632 (/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/pyright.js:1:610) at o (/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/pyright.js:1:1243) at Object.1264 (/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/vendor.js:2:794958) at o (/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/pyright.js:1:1243) at Object.1476 (/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/pyright-internal.js:1:442282) at o (/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/pyright.js:1:1243) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/dist/pyright.js', '/home/runner/.cache/pyright-python/1.1.355/node_modules/pyright/index.js' ] } internal/modules/cjs/loader.js:626 throw err; ^ ``` ### How can we reproduce the bug? I think we need to update Node versions: https://github.com/microsoft/pyright/issues/7365 ### Environment/Setup _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
