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
import{defineConfig}from'vite'importreactfrom'@vitejs/plugin-react'importjQueryfrom"jquery";importinjectfrom'@rollup/plugin-inject'// https://vitejs.dev/config/exportdefaultdefineConfig({plugins: [react(),inject({$: 'jquery',// this caused warnings for all my scss files that had $variablejQuery: 'jquery',}),],})
I am not sure why, but I am not able to install the package due to
ERESOLVE unable to resolve dependency tree
.Here's the full error list:
I am kinda new with React so forgive me if the log clearly shows what's wrong and I just can't see it.
The text was updated successfully, but these errors were encountered: