mozilla / fxa-content-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean 'npm install' is failing

jrgm opened this issue · comments

A repeat of #1537 - this is failing while building.

I can use the same workaround (install grunt-contrib-imagemin) for this train20 too.

I perhaps saw a mention that the imagemin package had been fixed to not trigger this blow up anymore, so perhaps, grunt-contrib-imagemin needs to pick up that change.

@jrgm "grunt-contrib-imagemin" is not going to be required in production after train 19.

Those points are not actually relevant to this issue.

An interested user cannot just git clone and do npm install without getting errors.

An interested user cannot just git clone and do npm install without getting errors.

Which error are you getting?

If it is the cb() never called then we are blocked by npm issues: 5787, 5920, 5692

re: imagemin: npm/npm#6043

Sounds like this is the current blocker for a npm@2.0 release

Action item: Update README to let developers know of this install issue.

Related bug #1631

FYI, this worked for me 1/1 times on $ npm --version # 1.4.28

But npm@2.0.0 didn't work, $ npm --version # 2.0.0

npm ERR! cb() never called!

Even after running rm -rf ~/.npm and reinstalling (into a new directory), I only got it to fully install 1/3 times.

You need to try npm@next for the real 2.0

just tested and it's still broken in npm@2.0.0. Responded in that other issue.

Fixed now in the released version of npm@2.0.0