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 F0CB2200CC1 for ; Mon, 10 Jul 2017 12:09:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EDDFC165EB6; Mon, 10 Jul 2017 10:09:06 +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 40C5F165EB1 for ; Mon, 10 Jul 2017 12:09:06 +0200 (CEST) Received: (qmail 25426 invoked by uid 500); 10 Jul 2017 10:09:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 25415 invoked by uid 99); 10 Jul 2017 10:09:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 10:09:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C24F71924A9 for ; Mon, 10 Jul 2017 10:09:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 1S1V0ErSvPGO for ; Mon, 10 Jul 2017 10:09:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E076662523 for ; Mon, 10 Jul 2017 08:50:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 65FCBE0059 for ; Mon, 10 Jul 2017 08:50:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1E81E24686 for ; Mon, 10 Jul 2017 08:50:00 +0000 (UTC) Date: Mon, 10 Jul 2017 08:50:00 +0000 (UTC) From: "Paedly (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-13001) NPM Installation loop with package-lock.json and cordova-plugin-device MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 10 Jul 2017 10:09:07 -0000 Paedly created CB-13001: --------------------------- Summary: NPM Installation loop with package-lock.json and cordova-plugin-device Key: CB-13001 URL: https://issues.apache.org/jira/browse/CB-13001 Project: Apache Cordova Issue Type: Bug Components: cordova-plugin-device Affects Versions: cordova@7.0.0, 1.1.0, 7.0.0, 1.1.3, 1.1.1, 7.0.2, 7.0.1 Environment: Docker environment on bitrise.io & Windows 10 64-bit with nodejs 6.9.1 and NPM 5.0.4 Reporter: Paedly If this lines are in the {{package-lock.json}} I get a symlink loop on my linux docker environment. {code:javascript} "cordova-plugin-device": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-1.1.6.tgz", "integrity": "sha1-LSF2TK18m4AVI+TgmjDgJLJJM0s=" },{code} Here is the {{package.json}}: {code:javascript}{ "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, "dependencies": { "cordova-plugin-device": "^1.1.6" }, "devDependencies": { "@ionic/cli-plugin-cordova": "1.4.0", "@ionic/cli-plugin-ionic-angular": "1.3.1", "typescript": "2.3.4" }, "cordova": { "plugins": { "cordova-plugin-device": {} }, "platforms": [ "android", "ios" ] } }{code} *And this is the error.* {code}Error: npm: Command failed with exit code 216 Error output: npm ERR! path /bitrise/src/node_modules/cordova-plugin-device/package.json npm ERR! code ELOOP npm ERR! errno -40 npm ERR! syscall open npm ERR! ELOOP: too many symbolic links encountered, open '/bitrise/src/node_modules/cordova-plugin-device/package.json'{code} Don't know what the problem is with this {{package-lock.json}} entry. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org