MicrogenSite / microgen

Microgen is an intuitive, open source visual site builder made for Web3. Free forever and built for the decentralized internet. Extend the library of customizable components however you like and host your website for free on IPFS or any other static host.
MIT License
84 stars 31 forks source link

error deploying #162

Open Aligohar1 opened 4 months ago

Aligohar1 commented 4 months ago

Deploy started at 2024-03-06T11:22:15.456Z

2024-03-06T11:22:15.846Z: Deploy started 2024-03-06T11:22:16.381Z: Using build configuration from file .fleek.json 2024-03-06T11:22:18.019Z: Docker image: 'fleek/next-js' 2024-03-06T11:22:18.019Z: Build command: 'yarn && yarn build && yarn export' 2024-03-06T11:22:18.019Z: Triggering build execution... 2024-03-06T11:22:55.473Z: yarn install v1.22.5 2024-03-06T11:22:55.560Z: [1/4] Resolving packages... 2024-03-06T11:22:56.089Z: [2/4] Fetching packages... 2024-03-06T11:22:56.100Z: warning Pattern ["@graphql-codegen/plugin-helpers@latest"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-@graphql-codegen-plugin-helpers-5.0.1-e2429fcfba3f078d5aa18aa062d46c922bbb0d55-integrity/node_modules/@graphql-codegen/plugin-helpers" as pattern ["@graphql-codegen/plugin-helpers@^5.0.0","@graphql-codegen/plugin-helpers@^5.0.0","@graphql-codegen/plugin-helpers@^5.0.0","@graphql-codegen/plugin-helpers@^5.0.0"]. This could result in non-deterministic behavior, skipping. 2024-03-06T11:23:29.328Z: error ts-api-utils@1.0.3: The engine "node" is incompatible with this module. Expected version ">=16.13.0". Got "16.4.2" 2024-03-06T11:23:29.339Z: error Found incompatible module. 2024-03-06T11:23:29.340Z: info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

tbenbow commented 3 months ago

Heya @Aligohar1 - sorry I've been away from this project for a bit. I'm not sure what your issue might be based on this, it's complaining about your node version so you could try changing that.

If you link me to your repo I'll take a look.