-
Notifications
You must be signed in to change notification settings - Fork 70
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
Wrong version on NPM? #46
Comments
Sorry just discovering this now. I'm going to find some time tomorrow after working on some infra to get this updated. Apoligies. |
Have the same error. Please publish the current state of the project. |
Publishing today. Apologize for delay everyone had been out of town until now. When I get into office I will publish. Also if there is anyone interested in helping me maintain this, I would greatly appreciate the support. |
@TheLarkInn Thanks, I know the struggle :) I will watch your repo maybe I can help out. But currently everything works as expected. |
I installed angular2-template-loader into my project with the usual:
npm install angular2-template-loader --save-dev
Looking in
node_modules/angular2-template-loader
directory I can see that thepackage.json
has v0.6.0, however, theindex.js
file is the older version (without the keepUrl feature). I also noticed that the v0.6.0 tag on the project also references the olderindex.js
.As a workaround, I'm getting the package from github instead of NPM:
The text was updated successfully, but these errors were encountered: