This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
SyntaxError: Unexpected token ) #35
Labels
Comments
Got this too. This error also affects rows 39, 49, 83. |
Got the same error after updating, The reason this is happening is the last comma As @christiankossler said, it affects rows 39, 49 and 83. If you delete these commas everything works again. |
Same here. I had to comment the import module in vue-cli. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 currently breaking the latest vue JS |
I use the previous version 1.50 and ok for now. You can try 'npm install friendly-errors-webpack-plugin@1.50 --save' |
I think you mean but yes this seems to work for me now |
@simonmurdock |
Fixed in 1.6.1 |
Merged
christophehurpeau
added a commit
to christophehurpeau/friendly-errors-webpack-plugin
that referenced
this issue
Mar 2, 2017
christophehurpeau
added a commit
to christophehurpeau/friendly-errors-webpack-plugin
that referenced
this issue
Mar 2, 2017
geowarin
pushed a commit
that referenced
this issue
Mar 2, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I installed version 1.6.0, I got this following error:
I think this is because that there is a extra comma behind the last argument in line 38.
The text was updated successfully, but these errors were encountered: