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 2E535200D4C for ; Thu, 30 Nov 2017 16:14:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2CC34160BF4; Thu, 30 Nov 2017 15:14:10 +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 732FB160BEA for ; Thu, 30 Nov 2017 16:14:09 +0100 (CET) Received: (qmail 48064 invoked by uid 500); 30 Nov 2017 15:14:08 -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 48053 invoked by uid 99); 30 Nov 2017 15:14:08 -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; Thu, 30 Nov 2017 15:14:08 +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 648CF180892 for ; Thu, 30 Nov 2017 15:14:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_SHORT=0.001, 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 hd-IUYHDml44 for ; Thu, 30 Nov 2017 15:14:04 +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 A37965F1B3 for ; Thu, 30 Nov 2017 15:14:03 +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 89407E25BF for ; Thu, 30 Nov 2017 15:14:02 +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 14E1721075 for ; Thu, 30 Nov 2017 15:14:01 +0000 (UTC) Date: Thu, 30 Nov 2017 15:14:01 +0000 (UTC) From: "Alex (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13619) cordova plugin add failing "no such file or directory file:tools" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 30 Nov 2017 15:14:10 -0000 [ https://issues.apache.org/jira/browse/CB-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272786#comment-16272786 ] Alex commented on CB-13619: --------------------------- Full log: https://cl.ly/o1i0/2017-11-30T15_01_20_854Z-debug.log > cordova plugin add failing "no such file or directory file:tools" > ----------------------------------------------------------------- > > Key: CB-13619 > URL: https://issues.apache.org/jira/browse/CB-13619 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-cli > Affects Versions: cordova@7.0.0 > Environment: OSX 10.12.5 > alex@alex ~/P/e/tracking> cordova -v > 7.1.0 > Reporter: Alex > Labels: android, cli > > After plugins correctly installing for weeks, adding new plugins is suddenly failing with the following: > {code:java} > alex@alex ~/P/e/tracking> cordova plugin add cordova-plugin-firebase > Error: Failed to fetch plugin cordova-plugin-firebase via registry. > Probably this is either a connection problem, or plugin spec is incorrect. > Check your connection and plugin name/version/URL. > Error: npm: Command failed with exit code 254 Error output: > npm WARN com.sidigital.tracking@1.0.2 No repository field. > npm WARN optional SKIPPING OPTIONAL DEPENDENCY: cordova-serve@file:file:tools/cordova-serve-2.0.0.tgz (node_modules/cordova-browser/node_modules/cordova-serve): > npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, stat '/Users/alex/Projects/experiments/tracking/file:tools/cordova-serve-2.0.0.tgz' > npm ERR! path /Users/alex/Projects/experiments/tracking/file:cordova-dist/tools/cordova-common-2.1.1.tgz > npm ERR! code ENOENT > npm ERR! errno -2 > npm ERR! syscall stat > npm ERR! enoent ENOENT: no such file or directory, stat '/Users/alex/Projects/experiments/tracking/file:cordova-dist/tools/cordova-common-2.1.1.tgz' > npm ERR! enoent This is related to npm not being able to find a file. > npm ERR! enoent > npm ERR! A complete log of this run can be found in: > npm ERR! /Users/alex/.npm/_logs/2017-11-30T15_01_20_854Z-debug.log > {code} > It keeps trying to find /file:tools/ inside the root of my project. It doesn't matter which plugin I try to install -- 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