angular2-template-loader icon indicating copy to clipboard operation
angular2-template-loader copied to clipboard

Wrong version on NPM?

Open wcarson opened this issue 9 years ago • 4 comments

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 the package.json has v0.6.0, however, the index.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 older index.js.

As a workaround, I'm getting the package from github instead of NPM:

devDependencies {
  "angular2-template-loader": "TheLarkInn/angular2-template-loader"
  ...
}

wcarson avatar Dec 13 '16 05:12 wcarson

Sorry just discovering this now. I'm going to find some time tomorrow after working on some infra to get this updated. Apoligies.

TheLarkInn avatar Jan 16 '17 23:01 TheLarkInn

Have the same error. Please publish the current state of the project.

mlegenhausen avatar Feb 03 '17 13:02 mlegenhausen

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 avatar Feb 03 '17 14:02 TheLarkInn

@TheLarkInn Thanks, I know the struggle :) I will watch your repo maybe I can help out. But currently everything works as expected.

mlegenhausen avatar Feb 03 '17 14:02 mlegenhausen