Is there a reason, why I can't select a boilerplat...
# orm-help
p
Is there a reason, why I can't select a boilerplate anymore on prisma init with v 1.7.3? It's quite irritating, because this official tutorial here ( https://www.prisma.io/docs/1.0/quickstart/backend/node/node-phe8vai1oo ), was last updated a day ago. Shouldn't the command line commands work with the current version then? Help would be much appreciated!
n
You are following instructions for Prisma 1.0. Here are the instructions for Prisma 1.7: https://www.prisma.io/docs/1.7/quickstart/backend/typescript/typescript-rohd6ipoo4
👍 2
p
Oh well, that explains that. 😄 Thank you!
@nilan But the file structure is still wrong according to the docs. There are supposed to be folders with the names src and database in the project folder. Instead the files, that should be in those folders are prepend with the folder name and a underscore. e.g.
database_prisma.yml
That leads to the fact, that prisma deploy won't work, as the command looks for the prisma.yml inside the database folder, which is non existant.
n
that's certainly unintended and unexpected behavior. Could you please create an issue for this? https://github.com/graphcool/prisma/issues/new