NextJs setup in vscode using Yarn

Viewed 22

I ran yarn create next-app --typescript to create a TypeScript Next app using Yarn. The app runs fine using yarn run dev; however, vscode does not read any of the yarn packages added. editor view I've tried following the instructions on the official Yarn's Editor SDKs article by running:

yarn dlx @yarnpkg/sdks vscode

execution logs then selecting the TypeScript Version.

0 Answers
Related