Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9E1D10FFE for ; Thu, 4 Dec 2014 21:35:13 +0000 (UTC) Received: (qmail 82629 invoked by uid 500); 4 Dec 2014 21:35:13 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 82529 invoked by uid 500); 4 Dec 2014 21:35:13 -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 82134 invoked by uid 99); 4 Dec 2014 21:35:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 21:35:12 +0000 Date: Thu, 4 Dec 2014 21:35:12 +0000 (UTC) From: "Jesse MacFadyen (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8121) create.js use of module 'valid-identifier' doesn't trigger pretty error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234660#comment-14234660 ] Jesse MacFadyen commented on CB-8121: ------------------------------------- npm update or npm install > create.js use of module 'valid-identifier' doesn't trigger pretty error > ----------------------------------------------------------------------- > > Key: CB-8121 > URL: https://issues.apache.org/jira/browse/CB-8121 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Affects Versions: 4.1.3 > Reporter: Josh Soref > > {quote} > node cordova-mobile-spec/createmobilespec/createmobilespec.js --blackberry10 > {quote} > {quote} > Creating project from local git repos. If you have any errors, it may be from missing repositories. > {quote} > {quote} > To clone repositories: > ./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r cli -r lib -r plugman -r blackberry10 -r js -r plugins > mkdir cordova-cli/node_modules > (cd cordova-lib/cordova-lib/ && npm install) > (cd cordova-plugman/ && npm install) > mkdir cordova-cli/node_modules > ln -s ../../cordova-lib/cordova-lib cordova-cli/node_modules > (cd cordova-cli && npm install) > {quote} > {quote} > To update all repositories: > ./cordova-coho/coho repo-update > {quote} > {quote} > Checking if you are using master branch of tools > refs/heads/docs-updates > refs/heads/master > refs/heads/master > refs/heads/master > Using non-master of one or more tools. > {quote} > {quote} > Creating project mobilespec... > Error: Cannot find module 'valid-identifier' > at Function.Module._resolveFilename (module.js:338:15) > at Function.Module._load (module.js:280:25) > at Module.require (module.js:364:17) > at require (module.js:380:17) > at Object. (~/Cordova/cordova-lib/cordova-lib/src/cordova/create.js:34:26) > at Module._compile (module.js:456:26) > at Object.Module._extensions..js (module.js:474:10) > at Module.load (module.js:356:32) > at Function.Module._load (module.js:312:12) > at Module.require (module.js:364:17) > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org