Skip to content

Local setup fails stating Cannot find module 'graphql-tag' #7182

Closed
@sibis

Description

@sibis

New Issue Checklist

Issue Description

Local setup as mentioned in the documentation and latest docker image as well. The same error occurs when trying to run the local parse-server.

Steps to reproduce

(I) clone the repo
(2) build an image out of it as it mentioned in the doc (or)

-> just pull the latest image and run the image to reproduce this error(related to 'graphql-tag')

Actual Outcome

server gets crashed upon starting

Expected Outcome

Expect the server to run, like the older build. If I pull an older image which was released 2 months ago it all seems fine but the latest one has this issue but I'm dependent on the few changes that happened recently.

Failing Test Case / Pull Request

  • 🤩 I submitted a PR with a fix and a test case.
  • 🧐 I submitted a PR with a failing test case.

Environment

Server

  • Parse Server version: 4.5.0
  • Operating system: Mac BigSur
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Local

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: latest
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Local

Client

  • SDK (iOS, Android, JavaScript, PHP, Unity, etc): Javascript
  • SDK version: latest

Logs

parse_1 | ^
parse_1 |
parse_1 | Error: Cannot find module 'graphql-tag'
parse_1 | Require stack:
parse_1 | - /parse-server/lib/GraphQL/loaders/schemaDirectives.js
parse_1 | - /parse-server/lib/GraphQL/ParseGraphQLSchema.js
parse_1 | - /parse-server/lib/GraphQL/ParseGraphQLServer.js
parse_1 | - /parse-server/lib/ParseServer.js
parse_1 | - /parse-server/lib/index.js
parse_1 | - /parse-server/lib/cli/parse-server.js
parse_1 | - /parse-server/bin/parse-server
parse_1 | at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
parse_1 | at Function.Module._load (internal/modules/cjs/loader.js:725:27)
parse_1 | at Module.require (internal/modules/cjs/loader.js:952:19)
parse_1 | at require (internal/modules/cjs/helpers.js:88:18)
parse_1 | at Object. (/parse-server/lib/GraphQL/loaders/schemaDirectives.js:8:42)
parse_1 | at Module._compile (internal/modules/cjs/loader.js:1063:30)
parse_1 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
parse_1 | at Module.load (internal/modules/cjs/loader.js:928:32)
parse_1 | at Function.Module._load (internal/modules/cjs/loader.js:769:14)
parse_1 | at Module.require (internal/modules/cjs/loader.js:952:19) {
parse_1 | code: 'MODULE_NOT_FOUND',
parse_1 | requireStack: [
parse_1 | '/parse-server/lib/GraphQL/loaders/schemaDirectives.js',
parse_1 | '/parse-server/lib/GraphQL/ParseGraphQLSchema.js',
parse_1 | '/parse-server/lib/GraphQL/ParseGraphQLServer.js',
parse_1 | '/parse-server/lib/ParseServer.js',
parse_1 | '/parse-server/lib/index.js',
parse_1 | '/parse-server/lib/cli/parse-server.js',
parse_1 | '/parse-server/bin/parse-server'
parse_1 | ]
parse_1 | }
open-source_parse_1 exited with code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions