Git Product home page Git Product logo

Comments (8)

colonaut avatar colonaut commented on May 22, 2024 6

Just to confirm, same here. Only solution is to downgrade to 2.2.3

from json-graphql-server.

fzaninotto avatar fzaninotto commented on May 22, 2024 2

I've reverted the changes pushed in 2.3.0 in 2.3.1, which should solve the problem.

from json-graphql-server.

digeomel avatar digeomel commented on May 22, 2024

Same here 😞

from json-graphql-server.

gabalicious avatar gabalicious commented on May 22, 2024

Just to confirm, same here. Only solution is to downgrade to 2.2.3

Did not work for me. Running on an m1 w/ Node v14.8.2 and npm v8.3 (Also tried v14.7, v14.15 and v16.13.1). Installed node 14.x w/ intel architecture and 16 w/ apple silicon architecture

from json-graphql-server.

gabalicious avatar gabalicious commented on May 22, 2024

Ok So actually it works with 2.2.3.

from json-graphql-server.

fzaninotto avatar fzaninotto commented on May 22, 2024

I can't replicate the problem in StackBlitz. Could you explain how to replicate it step-by-step?

from json-graphql-server.

zeitiv avatar zeitiv commented on May 22, 2024

@fzaninotto
Happened to me too locally with Node v17.3.0.

npm install -g json-graphql-server   
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

added 16 packages, removed 15 packages, changed 79 packages, and audited 96 packages in 8s

2 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

  1. json-graphql-server db.js --p 4200
    db.js:
module.exports = {
    posts: [
        { id: 1, title: "Lorem Ipsum", views: 254, user_id: 123 },
        { id: 2, title: "Sic Dolor amet", views: 65, user_id: 456 },
    ],
    users: [
        { id: 123, name: "John Doe" },
        { id: 456, name: "Jane Doe" }
    ],
    comments: [
        { id: 987, post_id: 1, body: "Consectetur adipiscing elit", date: new Date('2017-07-03') },
        { id: 995, post_id: 1, body: "Nam molestie pellentesque dui", date: new Date('2017-08-17') }
    ]
}
  1. Output:
    Seems like the whole script itself with this error message at the end:
TypeError: t(...) is not a function
    at en (/usr/local/lib/node_modules/json-graphql-server/lib/json-graphql-server.node.min.js:2:1504746)
    at Object.<anonymous> (/usr/local/lib/node_modules/json-graphql-server/bin/json-graphql-server.js:26:14)
    at Module._compile (node:internal/modules/cjs/loader:1097:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
    at Module.load (node:internal/modules/cjs/loader:975:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47

Node.js v17.3.0

For me v.2.2.3 also works with no issues. Thank you for your work.

from json-graphql-server.

fzaninotto avatar fzaninotto commented on May 22, 2024

Reproduced, thanks

from json-graphql-server.

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.