{"section":"known-issues","requestedLocale":"en","requestedSlug":"issue-with-node-version-compatibility","locale":"en","slug":"issue-with-node-version-compatibility","path":"docs/en/known-issues/Apps/issue-with-node-version-compatibility.md","branch":"main","content":"## Summary\n\n\nCurrently, our builder hub runs on image 16.X, meaning that it is only possible to build libraries supported up to that version. Apps using builder 7 run on node 20, however the problem arises when building, as the builder hub is running on version 16, causing an incompatibility issue.\n\n\n#### Simulation\n\n\nWhen trying to build an app in VTEX. For example, the error is the following:\n\n    @vendor/app@1.X.X: The engine \"node\" is incompatible with this module. Expected version \">=18.0.0\". Got \"16.X.X\"Found incompatible module.\n\n\nThe module requires Node version 18.0.0 or higher, but the current version being used by the builder is 16.X.X.\n\n\n#### Workaround\n\n\nSince builder-hub is limited to Node 16.X, you need to use packages that have the engine as node >= 16.X. If you're using a specific library, you need to downgrade the library version to a compatible one."}