question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix yarn workspace

See original GitHub issue

Tracking issue for https://github.com/prisma/prisma/issues/5266#issuecomment-767656190

Clone blitz-js/blitz

yarn
yarn build
cd examples/auth
blitz start
# Open page in browser
# See Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
flybayercommented, Feb 8, 2021

@williamluke4 the command to start the server is now yarn dev or blitz dev. This just changed last week on canary, sorry about that!

0reactions
flybayercommented, Feb 26, 2021

yes, I confirmed his fix works for me too

Read more comments on GitHub >

github_iconTop Results From Across the Web

Workspaces | Yarn - Package Manager
An in-depth guide to Yarn's workspaces, a feature that provides an easy way to store multiple packages inside the same project.
Read more >
Fix yarn workspaces · Issue #2403 · microsoft/appcenter · GitHub
Describe the solution you'd like Yarn / NPM workspaces used to work – but are now broken by the default node 16.X version....
Read more >
Advanced package manager features for npm, Yarn, and pnpm
A workspace is a folder containing a package.json with no special requirements. As you'll see next, plugins to improve the workspaces workflow ...
Read more >
Maël on Twitter: "7 The new `yarn workspaces foreach ...
3 Yarn runs E2E tests against various projects from the community every four hours. If something looks off (new release missing a dependency?), ......
Read more >
Yarn Workspaces: Organize Your Project's Codebase Like A Pro
After some research, I found that Yarn workspaces was a great tool to solve those cons, and it was a helpful tool to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found