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 A6AE2200CAE for ; Wed, 7 Jun 2017 07:08:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A554B160BD3; Wed, 7 Jun 2017 05:08:20 +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 EB6A4160BC6 for ; Wed, 7 Jun 2017 07:08:19 +0200 (CEST) Received: (qmail 853 invoked by uid 500); 7 Jun 2017 05:08:19 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 842 invoked by uid 99); 7 Jun 2017 05:08:19 -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; Wed, 07 Jun 2017 05:08:19 +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 A7FE1180371 for ; Wed, 7 Jun 2017 05:08:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.423 X-Spam-Level: ** X-Spam-Status: No, score=2.423 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972] 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 uqjJCSLk5Cwq for ; Wed, 7 Jun 2017 05:08:17 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 95B355FB32 for ; Wed, 7 Jun 2017 05:08:17 +0000 (UTC) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mwork.nabble.com (Postfix) with ESMTP id 9118147F92545 for ; Tue, 6 Jun 2017 22:08:16 -0700 (MST) Date: Tue, 6 Jun 2017 22:08:16 -0700 (MST) From: Swetad90 To: user@ignite.apache.org Message-ID: <1496812096588-13451.post@n6.nabble.com> Subject: WebConsole 1.9.0 not working MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 07 Jun 2017 05:08:20 -0000 Hi, I am using webconsole 1.9.0 locally. All of my npm depedencies resolved fine for webconsole/backend and on npm start gives below output Start listening on port 3000 Start listening on port 3002 However, for frontend, gulp dependencies are not getting resolved in anyway. All the time I am getting below error - C:\Users\me\Documents\Gridgain\webconsole\apache-ignite-1.9.0-src\apache-ignite-1.9.0-src\modules\web-console\frontend>npm run dev > ignite-web-console@1.0.0 dev > C:\Users\me\Documents\Gridgain\webconsole\apache-ignite-1.9.0-src\apache-ignite-1.9.0-src\modules\web-console\frontend > cross-env NODE_ENV=development gulp watch [21:55:26] Failed to load external module babel-register [21:55:26] Failed to load external module babel-core/register [21:55:26] Failed to load external module babel/register C:\Users\me\Documents\Gridgain\webconsole\apache-ignite-1.9.0-src\apache-ignite-1.9.0-src\modules\web-console\frontend\gulpfile.babel.js\index.js:18 import gulp from 'gulp'; ^^^^^^ SyntaxError: Unexpected token import at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Liftoff.handleArguments (C:\Users\me\Documents\Gridgain\webconsole\apache-ignite-1.9.0-src\apache-ignite-1.9.0-src\modules\web-console\frontend\node_modules\gulp\bin\gulp.js:116:3) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ignite-web-console@1.0.0 dev: `cross-env NODE_ENV=development gulp watch` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ignite-web-console@1.0.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\me\AppData\Roaming\npm-cache\_logs\2017-06-07T04_55_26_898Z-debug.log I have tried updating bablerc file, uninstalling-reinstalling gulp,babel, nothing helps. Anyone faced such errors? Node version - 6.10.3 npm version - 5.0.3 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/WebConsole-1-9-0-not-working-tp13451.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.