pulsardev / vue-tour

Vue Tour is a lightweight, simple and customizable guided tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.
https://pulsardev.github.io/vue-tour
MIT License
2.4k stars 275 forks source link

Build fails in vue-tour (npm run build) #243

Open jayarajan93 opened 2 years ago

jayarajan93 commented 2 years ago

Describe the bug We are not able to build the app into production. While we run npm run build we get an error ; expected and declaration or statement expected in a jsx file.

To Reproduce Steps to reproduce the behavior:

  1. Install v-tour and setup all tours for testing in local.
  2. run npm run build
  3. check the console for error

Screenshots

image

Expected behavior The app has to properly be built for production without any errors

Desktop (please complete the following information):

jjakob666 commented 2 months ago

what version of npm and node? Builds fine for me with: npm: '9.5.0', node: '18.15.0',