skip to Main Content

Docker buildx nodejs fail

I haven't used buildx much and can't figure out what is going on here. When I run a buildx build on my intel Mac, everything builds fine for arm64, but when I have a GitLab runner do the build on…

VIEW QUESTION

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/sync' is not defined by "exports" in node_modulescsv-parsepackage.json – Telegram API

Whenever I run index.js in nodejs I get this error message. Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/sync' is not defined by "exports" in D:Scuola5f_InformatcaTpsitTelegramnode_modulescsv-parsepackage.json at new NodeError (node:internal/errors:371:5) at throwExportsNotFound (node:internal/modules/esm/resolve:453:9) at packageExportsResolve (node:internal/modules/esm/resolve:729:3) at resolveExports (node:internal/modules/cjs/loader:482:36) at Function.Module._findPath (node:internal/modules/cjs/loader:522:31) at…

VIEW QUESTION

NPM cache issue – Docker

I'm using jenkins for execute test cases based on cypress. I'm using kitchen sink example that provide by cypress in github repo https://github.com/cypress-io/cypress-example-kitchensink/blob/master/Jenkinsfile But when i execute this in jenkins job i got error npm ci npm WARN prepare removing…

VIEW QUESTION
Back To Top
Search