Relative Content

Tag Archive for node.jssqlitesequelize.jsnode-gypsequelize-typescript

Node.js start fails on Linux platform due to invalid ELF header error

I’m trying to create a nodejs app on windows that only runs on linux, when building I install the dependencies like this "SET "npm_config_arch=ia32" ; SET "npm_config_target_arch=ia32" ; SET "npm_config_platform=linux" ; Yarn install" (as suggested here https://github.com/yarnpkg/yarn/issues/2221#issuecomment-872021336)