Hey, i wanted to dive into prisma but when creatin...
# prisma-whats-new
t
Hey, i wanted to dive into prisma but when creating a project via prisma init - and selecting the react biolerplate - the server wont start
please try again 🙂
t
i did a yarn start
in the server directory
wich caused npm packets not be get installed properly
after invoking npm install it works now
n
good! 🙂 was this communicated differently in the README or instructions?
t
well the cli tool told me so
to yarn start
also
the url in prisma --help
has some react errors on it preventing it to render
n
what's your
prisma version
?
t
latest
just did a install some mins ago
prisma/1.4.2 (darwin-x64) node-v9.7.1
n
can reproduce, thanks!
can you describe again what should be updated re
yarn start
vs
npm run
?
t
sure
Next steps: 1. Change directory:
cd hello-world/server
2. Start local server:
yarn start
(you can now open a Playground at http://localhost:4000)
did exactly that
to fix it i ran npm install withing the server dir
➜ yarn --version 0.24.6
➜ npm version { npm: ‘5.6.0’,
n
thanks a lot! 🙂 I'll try to reproduce this as well
t
as i said used the react boilerplate
oh also deleteing all workspaces from the console will break that as well
n
I'm not sure I understand the context here
t
I also used the prisma console
and deleted the workspace that was there by default
now i cant access the console because a react error stops the app from rendering
the one on prisma.sh
n
please reach out to
support@graph.cool
. Thanks! 🙂
t
sure