<@U0MQEEY4V> It is not clear, just installed laste...
# orm-help
b
@schickling It is not clear, just installed lastest prisma from npm 1.16.0, and there is no
prisma generate
command
t
Correct @brikou! We launched it in beta today, so please try
npm install -g prisma@beta
b
Sorry but blog post is not really clear πŸ™‚
I'll give it a try, thank you
in fact npm install prisma give a stable 1.16.0... without this command πŸ˜•
I don't think this work, will wait for 1.16.1 lol
b
t
@brikou thanks for raising that point, we update the blog post!
npm install -g prisma@beta
should now install
prisma@1.17.0-beta.0
@Bruno Prela what exactly is off in the releases?
b
just that you had 1.16.0 as having the prisma client but it was 1.17.0
same thing as brikou was bringing up i think
b
@tim2 you're welcome
only available with 1.17
doc should be updated also with a new 1.17 section πŸ˜„
t
@brikou we’re doing exactly that πŸ˜„
b
Perfect, I've just tried and something is buggy with generated code, should I tell you or open an issue
to make it simple env var in endpoint of prisma.yml gives weird result
endpoint: <http://localhost:4466/default/${env:PRISMA__ENDPOINT__STAGE}>
leads to
endpoint: process.env["PRISMA__ENDPOINT__STAGE"],
1st is from prisma.yml the 2nd from index.ts
I'll wait a bit more to use it, but it looks promising
s
@brikou would be great if you could create an issue for this! πŸ™‚
b
ok on prisma/prisma? BTW i've open another one there https://github.com/prisma/prisma-examples/issues/9
πŸ‘ 1
this is quite a major bug
t
Yes! Where did you find that generated file?
b
I've generated it with 1.17.0-beta-0
try yourself
something is not in sync because example repo is ok
t
Thanks @brikou we can reproduce! We for now update the example and will release a patch tomorrow
b
ok thanks, maybe I'll give another try tomorrow to use it and give you my feeback πŸ™‚
t
Awesome, thanks for pointing everything out, we’ll fix it soon!
b
@tim2 when you get out the rush, can you take a look at my question https://github.com/prisma/prisma-examples/issues/8
thanks ++
BTW doc is a bit outdated too
t
Good catch! Just pushed a fix
And I answered your question πŸ™‚