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 AE80FD02C for ; Mon, 20 May 2013 19:07:16 +0000 (UTC) Received: (qmail 94125 invoked by uid 500); 20 May 2013 19:07:17 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 94057 invoked by uid 500); 20 May 2013 19:07:16 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 94016 invoked by uid 99); 20 May 2013 19:07:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 19:07:16 +0000 Date: Mon, 20 May 2013 19:07:16 +0000 (UTC) From: "Steve Gill (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-3432) Cordova-js doesn't build with node v10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Steve Gill created CB-3432: ------------------------------ Summary: Cordova-js doesn't build with node v10 Key: CB-3432 URL: https://issues.apache.org/jira/browse/CB-3432 Project: Apache Cordova Issue Type: Bug Components: CordovaJS Environment: Mountain Lion Reporter: Steve Gill Assignee: Filip Maj I upgraded to node v10 and when I run jake, I error out. Works fine if I switch back to node v8 error eval()ing /Users/stevengill/Documents/repo/cordova/cordova-js/pkg/cordova.test.js: TypeError: Property 'setTimeout' of object object is not a function TypeError: Property 'setTimeout' of object object is not a function at eval (eval at (/Users/stevengill/Documents/repo/cordova/cordova-js/test/runner.js:72:18), :17746:12) at eval (eval at (/Users/stevengill/Documents/repo/cordova/cordova-js/test/runner.js:72:18), :17804:2) at eval (eval at (/Users/stevengill/Documents/repo/cordova/cordova-js/test/runner.js:72:18), :17820:3) at module.exports.node [as action] (/Users/stevengill/Documents/repo/cordova/cordova-js/test/runner.js:72:13) at TaskBase.run (/Users/stevengill/.nvm/v0.10.6/lib/node_modules/jake/lib/task/task.js:219:21) at TaskBase.handlePrereqComplete (/Users/stevengill/.nvm/v0.10.6/lib/node_modules/jake/lib/task/task.js:204:12) at TaskBase.nextPrereq (/Users/stevengill/.nvm/v0.10.6/lib/node_modules/jake/lib/task/task.js:170:14) at TaskBase.runPrereqs (/Users/stevengill/.nvm/v0.10.6/lib/node_modules/jake/lib/task/task.js:115:12) at TaskBase.invoke (/Users/stevengill/.nvm/v0.10.6/lib/node_modules/jake/lib/task/task.js:98:10) at TaskBase.nextPrereq (/Users/stevengill/.nvm/v0.10.6/lib/node_modules/jake/lib/task/task.js:175:23) jake aborted. TypeError: Property 'setTimeout' of object object is not a function at eval (eval at (/Users/stevengill/Documents/repo/cordova/cordova-js/test/runner.js:72:18), :17746:12) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira