Hi Gurpreet, could you try importing dat.gui and gsap with:
import * as dat from "dat.gui";
import gsap from 'gsap';
If that's still giving you issue, could you try the following?
Delete your project's node_modules folder
Delete your package-lock.json file
Run npm install with your project open in your terminal
Run npm run dev
Visit site at localhost:3000
Want to participate?
Create a free Chris Courses account to begin