[ https://issues.apache.org/jira/browse/AMBARI-15721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227174#comment-15227174 ]
Yusaku Sako commented on AMBARI-15721: -------------------------------------- The patch uses node 0.10.44 (the latest available in the 0.10 line), which includes npm 2.15.0. This seems to handle gzipped content fine. > Ambari Admin module fails to build due to npm issues > ---------------------------------------------------- > > Key: AMBARI-15721 > URL: https://issues.apache.org/jira/browse/AMBARI-15721 > Project: Ambari > Issue Type: Bug > Components: ambari-admin > Affects Versions: 2.2.2 > Reporter: Yusaku Sako > Assignee: Yusaku Sako > Priority: Blocker > Fix For: 2.2.2 > > Attachments: AMBARI-15721.patch > > > Seems like the npm registry started gzipping the content on package > downloads. Older versions of npm cannot handle gzipped content, so "npm > install" command fails. > Ambari Admin in particular uses node 0.10.26, which ships with npm 1.4.3 that > cannot handle gzip. > There have been numerous reports on the internet regarding this breakage (see > https://github.com/npm/npm/issues/12196, for example), but the npm registry > still has not been fixed. > We'll go ahead and update the npm version used to build Ambari Admin. -- This message was sent by Atlassian JIRA (v6.3.4#6332)