Giter VIP home page Giter VIP logo

Comments (7)

guillempuche avatar guillempuche commented on July 2, 2024 1

In the project.json of the NextJS app you can configure this https://nx.dev/nx-api/next/executors/server

from tamagui.

TheEhsanSarshar avatar TheEhsanSarshar commented on July 2, 2024

try type: "module" in your package.json

from tamagui.

guillempuche avatar guillempuche commented on July 2, 2024

NextJS apps don't have package.json in Nx out of the box.

from tamagui.

TheEhsanSarshar avatar TheEhsanSarshar commented on July 2, 2024

ok does that helped?

from tamagui.

guillempuche avatar guillempuche commented on July 2, 2024

No. There aren't options to define the module in Nx Next plugin in project.json.

And I also tried to add a simple package.json that Nx supports (https://nx.dev/reference/project-configuration#including-packagejson-files-as-projects-in-the-graph) to the Vite web and nothing

{
	"name": "name",
	"version": "0.0.0",
	"private": true,
	"type": "module"
}

New Nx projects don't come with package.json by default.

from tamagui.

guillempuche avatar guillempuche commented on July 2, 2024

I think Nx doesn't need package.json files because it takes the Typescript project settings from tsconfig.json (https://github.com/guillempuche/nx-expo-next-tamagui/blob/main/apps/next/tsconfig.json#L22C13-L22C13)

from tamagui.

tamagutchi avatar tamagutchi commented on July 2, 2024

+1 here; I added "type": "module" package.json of NextJS app, but same outcome (I am using next.config.mjs:

Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/Users/username/Projects/app/node_modules/next/dist/build/webpack/config/blocks/css' is not supported resolving ES modules imported from /Users/username/Projects/app/node_modules/@tamagui/next-plugin/dist/esm/withTamagui.mjs
Did you mean to import next/dist/build/webpack/config/blocks/css/index.js

Edit: Everything is working fine up to v1.94.2 (v1.94.1 is the last one that works as it should without any config changes).

from tamagui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.