-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local setup fails stating Cannot find module 'graphql-tag'
#7182
Comments
Thanks for reporting. Maybe related to #6924. Would you take a look and see if any of the info there solves this issue? |
Is there a way to solve this on local? Do you have to do something with npm commands to resolve this? |
Yes. You can build your container from my branch: https://github.com/back4app/parse-server/tree/fixDockerImage |
Also, wanted to point out that i couldn't install the packages due to also installing parse-dashboard, because of same basic error. Resolved my issuess by downgrading npm from v7 to v6 ( 6.14.11 ). |
I have the same problem on the latest docker image. EDIT: Downgrading to docker image tag 4.5.0 works. |
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
Environment
Server
4.5.0
Mac BigSur
Local
Database
MongoDB
latest
Local
Client
Javascript
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
The text was updated successfully, but these errors were encountered: