Vuejs app with popperjs error

I can’t get the project to run the correct build.
it gives me errors like this even though I correctly set the dist path and the npm run build command to build

caught TypeError: Failed to resolve module specifier “@popperjs/core”. Relative references must start with either “/”, “./”, or “…/”.

Hi,

It looks like you’re trying to use an import on the client-side, which probably won’t work, maybe you need to do a production build of your project?

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.