Giter VIP home page Giter VIP logo

Comments (5)

sgomanf avatar sgomanf commented on April 20, 2024 1

Same issue, after upgrading packages with "yarn upgrade" and run "yarn start" i get the following error:

$ yarn start
yarn run v1.7.0
$ ts-node -r tsconfig-paths/register src/main.ts
Error: Cannot find module 'apollo-server-core'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._resolveFilename (D:\Dev\TS\libs\nestjs-typeorm-boilerplate\node_modules\tsconfig-paths\lib\register.js:32:40)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (D:\Dev\TS\libs\nestjs-typeorm-boilerplate\node_modules\apollo-server-express\src\expressApollo.ts:3:1)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

running "yarn start:prod" i get the following error:

$ yarn start:prod
yarn run v1.7.0
$ rimraf dist && tsc
node_modules/@types/graphql/validation/index.d.ts:93:8 - error TS2307: Cannot find module './rules/UniqueArgumentNames'.

93 } from './rules/UniqueArgumentNames';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

from graphql.

cschroeter avatar cschroeter commented on April 20, 2024 1

The problem is how people deal with dependencies.
If you specify your versions like ^1.2.0 you get any version which might be compatible with the version 1.20. I highly recommend throw out all those ^ carets and pin down the version numbers. Remove your yarn.lockand also your node_module folder and try it again. Happy hacking.

from graphql.

prabak avatar prabak commented on April 20, 2024

One thing I forgot to mention above is that, I started the project with the starter project found @ https://github.com/nestjs/typescript-starter.

FIX

Okay, if anyone else is having the same issue, it is do with the configuration of the tsconfig.json file. I had to change the baseUrl from "baseUrl": "./src" to "baseUrl": "./". It was searching for the graphql module in the /src directory

from graphql.

4F2E4A2E avatar 4F2E4A2E commented on April 20, 2024

Did you try this one?
https://github.com/nestjs/nest/tree/master/sample/12-graphql-apollo

from graphql.

lock avatar lock commented on April 20, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from graphql.

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.