Webflow, VS Code & GSAP
Hi all, i'm trying to import GSAP in my vscode to get autocompletion etc. but when i'm using the liveserver to push this to webflow, it gives me this error


`Uncaught TypeError: Failed to resolve module specifier "gsap". Relative references must start with either "/", "./", or "../".

node_module will be created in your project directory, which has all of the gsap code. npm is "smart" and knows that the import reference to gsap is inside node_modules. VS Code sees this and says "oh I know some things about gsap let me provide some autocomplete suggestions"node_modulegsap