Relative Content

Tag Archive for reactjstypescriptvisual-studio-codenpm

Unable to Compile TypeScript React Application with Path Aliases

I am trying to teach myself React, in TypeScript, however I am running into an issue with path aliases. When I try to add a component, Visual Studio Code will identify the missing import and give me the option to add import { useWebSocket } from "@lw/web-sockets";, but when I try to build/run the application I get the error Module not found: Error: Can't resolve '@lw/web-sockets' in 'C:Users....LWsrcLW-fesrclibscomponentswrappershome-wrapper'.