Hi, i'm new to graphcool/prisma, trying to make it...
# prisma-whats-new
n
Hi, i'm new to graphcool/prisma, trying to make it running, without luke 😞 I tried "prisma init hello-world" with typescript-basic or typescript-advanced, then "yarn dev", but it fail when browser connect on it, with "Duplicate "graphql" modules cannot be used at the same time[...]" message ...
n
hey @niclone, could you create an issue about this here: https://github.com/graphql-boilerplates/typescript-graphql-server? 🙂
f
Is something running on port 4000?
n
should i create it there anyway ?
@Fitch no: nothing on 4000
f
hmm the graphql issues seem to reference a package issue .. maybe try blowing out any .lock files along with node_modules .. reading the issues to see if there are any package rec changes
then try that yarn upgrade prisma-binding
n
@Fitch thanks, I try 🙂
tied:
Copy code
find node_modules -name "yarn.lock" -exec rm {} \;
then
Copy code
yarn upgrade prisma-binding
then
Copy code
yarn dev
.... same problem
f
find / -name *.lock
n
if I remove the yarn.lock of the project, yarn ask me to do "yarn install", and same problem
f
It may be deeper according to the issue forums .. other than that .. I would literally remove the dependencies from the package.json
npm i -g npm, npm i -g yarn, npm i -g graphcool/prisma XD
yarn upgrade graphql and apollo
h
try removing prisma as a direct dependency
👍 1
that fixed it for me
n
prisma-binding ?
well tried to reinstall npm, yarn, prisma.... same thing, but found a way to make it run !
if i "npm remove -g yarn" before the prisma init
and "npm install -g yarn" just before "yarn dev", ... it work
f
yeah .. definitely a dependencie issue somewhere