Unable to add angular-tempates

Hi every one,

I’m new to meteor, and I’m learning meteor through examples. when I’m adding angular-templates. it’s taking more time to add them to the app. Please help me this regard.

Same here:

I’m trying to install Meteor w/angular flavor, following meteor tutorial steps.

Excluding blaze-templates was OK, but when i try to install angular templates, processing ‘stalls’ in loop like:

H:\Radar>meteor add angular-templates
Extracting angular-templates@1.0.9… / (for ever).


System / Environment at use:

OpSys: Win10 / 64 bits

H:\radar>meteor --version
Meteor 1.4.1.2

H:\radar>meteor --arch
os.windows.x86_32

H:\Radar>node -v
v6.7.0

H:\Radar>npm -v
3.10.8

H:\Radar>meteor -v
[[[[[ ~\H\Radar ]]]]]

=> Started proxy.
=> Started MongoDB.
Local package version is up-to-date: allow-deny@1.0.5
Local package version is up-to-date: autopublish@1.0.7
Local package version is up-to-date: autoupdate@1.2.11
Local package version is up-to-date: babel-compiler@6.9.1_1
Local package version is up-to-date: babel-runtime@0.1.11_1
Local package version is up-to-date: base64@1.0.9
Local package version is up-to-date: binary-heap@1.0.9
Local package version is up-to-date: blaze@2.1.9
Local package version is up-to-date: blaze-tools@1.0.10
Local package version is up-to-date: boilerplate-generator@1.0.10
Local package version is up-to-date: callback-hook@1.0.9
Local package version is up-to-date: check@1.2.3
Local package version is up-to-date: ddp@1.2.5
Local package version is up-to-date: ddp-client@1.2.9
Local package version is up-to-date: ddp-common@1.2.6
Local package version is up-to-date: ddp-server@1.2.10
Local package version is up-to-date: deps@1.0.12
Local package version is up-to-date: diff-sequence@1.0.6
Local package version is up-to-date: ecmascript@0.5.8_1
Local package version is up-to-date: ecmascript-runtime@0.3.14_1
Local package version is up-to-date: ejson@1.0.12
Local package version is up-to-date: es5-shim@4.6.14_1
Local package version is up-to-date: fastclick@1.0.12
Local package version is up-to-date: geojson-utils@1.0.9
Local package version is up-to-date: hot-code-push@1.0.4
Local package version is up-to-date: html-tools@1.0.11
Local package version is up-to-date: htmljs@1.0.11
Local package version is up-to-date: http@1.1.8
Local package version is up-to-date: id-map@1.0.8
Local package version is up-to-date: insecure@1.0.7
Local package version is up-to-date: jquery@1.11.9
Local package version is up-to-date: launch-screen@1.0.12
Local package version is up-to-date: livedata@1.0.18
Local package version is up-to-date: logging@1.1.15_1
Local package version is up-to-date: meteor@1.2.17_1
Local package version is up-to-date: meteor-base@1.0.4
Local package version is up-to-date: minifier-css@1.2.14_1
Local package version is up-to-date: minifier-js@1.2.14_1
Local package version is up-to-date: minimongo@1.0.17
Local package version is up-to-date: mobile-experience@1.0.4
Local package version is up-to-date: mobile-status-bar@1.0.12
Local package version is up-to-date: modules@0.7.6_1
Local package version is up-to-date: modules-runtime@0.7.6_1
Local package version is up-to-date: mongo@1.1.12_1
Local package version is up-to-date: mongo-id@1.0.5
Local package version is up-to-date: npm-mongo@1.5.50
Local package version is up-to-date: observe-sequence@1.0.12
Local package version is up-to-date: ordered-dict@1.0.8
Local package version is up-to-date: promise@0.8.7
Local package version is up-to-date: random@1.0.10
Local package version is up-to-date: reactive-var@1.0.10
Local package version is up-to-date: reload@1.1.10
Local package version is up-to-date: retry@1.0.8
Local package version is up-to-date: routepolicy@1.0.11
Local package version is up-to-date: shell-server@0.2.1
Local package version is up-to-date: spacebars@1.0.13
Local package version is up-to-date: spacebars-compiler@1.0.13
Local package version is up-to-date: standard-minifier-css@1.2.1
Local package version is up-to-date: standard-minifier-js@1.2.0_1
Local package version is up-to-date: tracker@1.1.0
Local package version is up-to-date: ui@1.0.12
Local package version is up-to-date: underscore@1.0.9
Local package version is up-to-date: url@1.0.10
Local package version is up-to-date: webapp@1.3.11_1
Local package version is up-to-date: webapp-hashing@1.0.9
Doing HTTP request: POST
https://www.meteor.com/oauth2/authorize?.
Doing HTTP request: GET
https://activity.meteor.com/_oauth/meteor-developer?.
=> Started your app.

=> App running at: …
Type Control-C twice to stop.

I tried as Normal User and also as Administrator.

Tried too, to install version 1.0.7 from angular-templates with same result.

The problem seems to be in meteor add function (perhaps in update too).

Is there any other way to install meteor modules ? Does somebody knows it ?

A new try:

I uninstalled and reinstalled Meteor (obviously running as Administrator).

Then, again following Meteor Tutorial steps for simple-todos app (but changing the app directory name to “radar”, and home-drive to H:), this time i got a different error:

after submitting the steps:


H:
meteor create radar

cd radar
meteor npm install
meteor

meteor remove blaze-html-templates

meteor add angular-templates


This time i got:

H:\radar>meteor add angular-templates

events.js:141
_ throw er; // Unhandled ‘error’ event_
_ ^_

Error: write EOF
_ at exports.errnoException (util.js:907:11)
_ at WriteWrap.afterWrite (net.js:785:14)_


Hi! good news ! … (?)

i tried to install older versions from angular-templates package, in a backward search, and finally, at 1.0.3 it worked !!!

C:\test1>meteor add angular-templates@=1.0.3

Changes to your project’s package version selections:

angular-templates added, version 1.0.3
angular-templates-runtime added, version 0.0.1

angular-templates: Compile angular templates into the template cache

So the problem (for me), started at 1.0.5 and exists until now.

But i’m now very glad because i got to confirm without any questions: the problem is outside, not in my cpus / oses / envs and so.

Well, lets start to work with 1.0.3 and wait for this problem’s solution.

It doesn’t works !

Running angular-templates@1.0.3 with tutorial code adjusted to 1.0.9 doesn’t works.

All i get is a nice blank page on browser.

No errors, no warning messages on either side, just a blank page on browser.

So … i’m back to 1.0.9 install problem.

:worried: