这是indexloc提供的服务,不要输入任何密码
Skip to content

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
Contributor

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