You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a new project using yarn following the instructions and VSCode can't find any packages. Pretty much everything in an import in both the server and client folders is underlined in red.
Switched to npm and the errors go away.
Where is the setting that makes it clear that import express from "express"; should actually be looking in "../../node_modules" for express, because it looks like the combination of yarn and VSCode isn't getting the message.
The text was updated successfully, but these errors were encountered:
Created a new project using
yarn
following the instructions and VSCode can't find any packages. Pretty much everything in an import in both theserver
andclient
folders is underlined in red.Switched to
npm
and the errors go away.Where is the setting that makes it clear that
import express from "express";
should actually be looking in"../../node_modules"
for express, because it looks like the combination ofyarn
and VSCode isn't getting the message.The text was updated successfully, but these errors were encountered: