Coder Social home page Coder Social logo

Comments (6)

jasonkuhrt avatar jasonkuhrt commented on June 14, 2024 2

Going to keep this open as a better version of #79.

The thing I want to fix is this:

On a side note, is there a reason prismaClientGenerator.output.value is generating an absolute path instead of passing a more flexible '@prisma/client' or relative paths?

I completely agree, and am not sure yet why this is happening.

You hit the issue on the head there @haleksandre, thanks!

from nexus-prisma.

haleksandre avatar haleksandre commented on June 14, 2024 1

I've updated & haven't reencouter the issue.

Thanks @jasonkuhrt!

from nexus-prisma.

janpio avatar janpio commented on June 14, 2024

What node version?
And the absolute folder being output is correct?

from nexus-prisma.

haleksandre avatar haleksandre commented on June 14, 2024

I've tried different version of node 12.x, 14.x & 16.x (I know 16.x isn't being tested yet but wanted to try) within docker containers.

12.x

Will fail to build altogether because of a typing issue.

Screenshot from 2021-06-05 10-37-46

I think NexusCore.ListDef<Post> should be NexusCore.NexusListDef<Post>

14.x & 16.x

Typing issue is still present but the build succeed & ./dist folder is generated with all lthe files from ./src

Then running node dist/server.js, in what ever node version (12.x, 14.x, 16.x) return the MODULE_NOT_FOUND error. The only way to make nexus-prisma find the package is by going into the node_modules/nexus-prisma/dist/helpers/prisma.js file explicitly put the string '@prisma/client' inside the require.

from nexus-prisma.

haleksandre avatar haleksandre commented on June 14, 2024

I fixed the issue & you were right about the absolute path so it was an issue on my side. Since I was running npm & node in seperate container with unknowly using different working directory for each. So the line below was outputting a different absolute path for @prisma/client in my npm container (generating/building) that my node container (running server) couldn't find.

https://github.com/prisma/nexus-prisma/blob/c8b5f6cd644ae3fa077d5a1b1678e637fee4ae07/src/cli/nexus-prisma.ts#L35

Thanks @janpi

On a side note, is there a reason prismaClientGenerator.output.value is generating an absolute path instead of passing a more flexible '@prisma/client' or relative paths?

This is causing problems when you mount the app files within different containers that doesn't necessarily have the same working directory.

from nexus-prisma.

jasonkuhrt avatar jasonkuhrt commented on June 14, 2024

@haleksandre This is now fixed, or at least, a version of the problem.

If you can report back that would be great.

Thanks!

from nexus-prisma.

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.