vue-particles
vue-particles copied to clipboard
Npm Compilation Error
Got no clue on this error...

Please post source code, or entire project . I will check this out!
I was using Laravel and got that error... When i used VUE CLI it was working... So probably Laravel Mix messing up.. I'll post here the code...
I have the same issue with a fresh install, using yarn.
I'm not sure but, maybe babel-plugin-transform-runtime and babel-preset-stage-2 should be moved out from devDependencies to dependencies?
@sahibalejandro Are you using Laravel?
I'm using Laravel Mix.
Doing just a yarn add vue-particlesdoes not works. I had to add babel-plugin-transform-runtime and babel-preset-stage-2 to my project in order to compile vue-particles with npm run dev
@sahibalejandro So it's working just fine?
After adding those packages to my project, yes.
@sahibalejandro i did the same, its working. @creotip follow it
too....
@sahibalejandro thanks it also works for me.