I tried ES imports statements and normal script tag to import the required JS file and CSS file for bootstrap in astro js project
I am getting this Issue.
Error: The following dependencies are imported but could not be resolved:
js/jquery-3.4.1.min.js (imported by /media/****li/hdd/***ed-astro/src/layouts/main.astro) js/bootstrap.js (imported by /media/****li/hdd/***ed-astro/src/layouts/main.astro) js/custom.js (imported by /media/****li/hdd/***ed-astro/src/layouts/main.astro)
Are they installed?