Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 650DD200BBB for ; Thu, 10 Nov 2016 19:34:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 63CF0160AF7; Thu, 10 Nov 2016 18:34:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A9317160B01 for ; Thu, 10 Nov 2016 19:34:07 +0100 (CET) Received: (qmail 19750 invoked by uid 500); 10 Nov 2016 18:34:06 -0000 Mailing-List: contact dev-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list dev@climate.apache.org Received: (qmail 19626 invoked by uid 99); 10 Nov 2016 18:34:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2016 18:34:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05FFFE00E5; Thu, 10 Nov 2016 18:34:06 +0000 (UTC) From: jarifibrahim To: dev@climate.apache.org Reply-To: dev@climate.apache.org References: In-Reply-To: Subject: [GitHub] climate issue #418: CLIMATE-886 Updating front-end dependencies. Content-Type: text/plain Message-Id: <20161110183406.05FFFE00E5@git1-us-west.apache.org> Date: Thu, 10 Nov 2016 18:34:06 +0000 (UTC) archived-at: Thu, 10 Nov 2016 18:34:08 -0000 Github user jarifibrahim commented on the issue: https://github.com/apache/climate/pull/418 @Omkar20895 `npm install` would create a folder `node_modules` and install all the dependencies in it. If you do `npm install -g` then the dependencies are installed globally. I tried your PR and got the following errors ``` npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated CSSselect@0.4.1: the module is now available as 'css-select' npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what' npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated tough-cookie@0.9.15: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated tough-cookie@0.12.1: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm npm WARN prefer global coffee-script@1.10.0 should be installed with -g npm WARN prefer global jshint@2.9.4 should be installed with -g +-- UNMET PEER DEPENDENCY jasmine-core@* npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.15: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN karma-jasmine@1.0.2 requires a peer of jasmine-core@* but none was installed. ``` Btw, [npm-check-update](https://www.npmjs.com/package/npm-check-updates) package might be useful in future. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---