Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: add ui package & types library in with-pnpm example #165

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

mnismt
Copy link
Contributor

@mnismt mnismt commented Dec 10, 2021

When i run "pnpm dev" (same as "pnpm run dev") inside the web directory, it comes up with this errors:

msedge_c24kahZfMd

These errors appear beacause the "ui" package has not been added yet, so I did it:

+ "ui": "workspace:*"

However, it continues to show other errors because we are using typescript but missing some types library:

msedge_hni53fw9Tq

And i just added them:

+ "@types/react": "^17.0.37",
+ "@types/react-dom": "^17.0.11",

Run "pnpm dev" again and it worked:

msedge_G28zR24sRU

@vercel
Copy link

vercel bot commented Dec 10, 2021

@mnismt is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@mnismt mnismt changed the title Fix: add ui package & type library in with-pnpm example Fix: add ui package & types library in with-pnpm example Dec 10, 2021
@jaredpalmer jaredpalmer merged commit 1a23357 into vercel:main Dec 10, 2021
sokra added a commit that referenced this pull request Oct 25, 2022
* help rust-analyser

* remove warnings
sokra pushed a commit that referenced this pull request Oct 25, 2022
Also it's remainder not remainer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants