Anybody got issues after updating to `prisma@1.10....
# orm-help
e
Anybody got issues after updating to
prisma@1.10.0
? I get this
TypeError: Invalid Version: 1.1
when I run `prisma deploy`:
Copy code
Environment saving global rc +0ms
  StatusChecker setting status checker +865ms
  prisma definition making cluster here +0ms
  client Initializing cluster client +0ms
  deploy checking verions +897ms
TypeError: Invalid Version: 1.1
    at new SemVer (path/to/node_modules/semver/semver.js:305:11)
    at Range.test (path/to/node_modules/semver/semver.js:1112:15)
    at Function.satisfies (path/to/node_modules/semver/semver.js:1161:16)
    at Deploy.<anonymous> (path/to/node_modules/prisma-cli-core/src/commands/deploy/index.ts:279:38)
    at step (path/to/node_modules/prisma-cli-core/dist/commands/deploy/index.js:42:23)
    at Object.next (path/to/node_modules/prisma-cli-core/dist/commands/deploy/index.js:23:53)
    at fulfilled (path/to/node_modules/prisma-cli-core/dist/commands/deploy/index.js:14:58)
    at <anonymous>
    at process._tickDomainCallback (internal/process/next_tick.js:228:7)
n
yes, this is documented here: https://github.com/prismagraphql/prisma/issues/2663 this should be resolved soon! 🙂
e
👍