Skip to content
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

ParseError: Unexpected token #1

Closed
idelsink opened this issue Jan 16, 2018 · 3 comments
Closed

ParseError: Unexpected token #1

idelsink opened this issue Jan 16, 2018 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@idelsink
Copy link

When I import the module using:

import StatusIndicator from 'vue-status-indicator';

I get the following error:

<some path>/node_modules/vue-status-indica
tor/src/components/StatusIndicator.vue:1                                        
<template>                                                                      
^                                                                               
ParseError: Unexpected token

I think this has to do with the missing lang="html" attribute in the template element.

@idelsink
Copy link
Author

Hm I tried it out, my PR and it seemed to work. However it's still failing. I think I had some caching issues.
The problem I have that vueify doesn't run over the node_modules folder.

For example look at the following issue: vuejs/vueify#214.

@coderdiaz coderdiaz added bug Something isn't working help wanted Extra attention is needed labels Jan 16, 2018
@coderdiaz
Copy link
Owner

coderdiaz commented Jan 18, 2018

@idelsink
Interesting.. I'll review. Can you reply the issue in another repo, please?

@coderdiaz
Copy link
Owner

Working on it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants