-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run build: SyntaxError: Unexpected token: operator (>) #175
Comments
selfup
changed the title
npm run build: SyntaxError: Unexpected token: operator (>)
Sep 20, 2016
npm run build
uglifyjs SyntaxError: Unexpected token: operator (>)
The main entry of your |
@egoist Thank you so much. That makes complete sense! |
This was referenced Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thank you for such a great tool!
Started the project with:
vue init browserify project-name
Everything works fine with
npm run watchify
as well asnpm run dev
Here is the Repo: https://github.com/selfup/vue-reegux-example-repo
Which uses: https://github.com/selfup/vue-reegux (a state manager I made. So it could potentially be the install method I expose)
vue -V
=> 2.3.1node v6.6.0
npm v3.10.8
Once I
npm run build
The text was updated successfully, but these errors were encountered: