I am having trouble updating from 1.17.0-beta.22 t...
# orm-help
j
I am having trouble updating from 1.17.0-beta.22 to 1.18. Every time I use brew or npm methods it installs 1.17 even if I use install prisma@1.18.0. I have uninstalled, deleted download caches in homebrew, and reinstalled and it still retrieves 1.17 from the aws server instead of 1.18. When I call prisma init in the cli, it notifies me of a new version: “run npm i -g prisma to update” which just reinstalls the same version-1.17.1 (from what I can tell, 1.17.0-beta22 and 1.17.1 seem to be used interchangeably which is kind of confusing).. I have broken my app in the past by updating my versions of npm or node, so i keep reverting back to 8.9.4 and 5.6.0 for npm. Is there a specific version for these I should be using? Still, it doesn’t explain the homebrew failure. Has anyone else had this issue? (Is there a specific channel I should post this issue to?)
Is there a direct address I can get to curl the latest stable release?