graphql-nexus / nexus-plugin-prisma

Deprecated
MIT License
828 stars 118 forks source link

npm install error for nexus-plugin-prisma 0.18.0 or later #828

Open Nikxt opened 4 years ago

Nikxt commented 4 years ago

I tried to upgrade nexus-plugin-prisma from version 0.17.0 to 0.18.1 but the installation exited with an error.

Steps to reproduce

  1. Delete node modules folder

  2. Set dependencies in package.json: "@nexus/schema": "^0.15.0", "nexus-plugin-prisma": "^0.18.1"

  3. Run npm intsall

Result Installation exited with error code: 128

npm github error

Additional

Setup OS: Windows Node.js version: v12.18.3 npm version: 6.14.8

Scrooge47 commented 4 years ago

Its helped me git config --global url."https://".insteadOf git://