I changed the JSZip version in package.json to 2 and then executed the npm
install --no-optional.
Node serve started without any errors.
with below port number statements:
Start listening on port 3000
Start listening on port 3002

Now i executed following command:

gulp watch --debug

It says server started http://localhost:8090 and few errors which are as
below:

[22:19:01] Server started http://localhost:8090
[22:19:01] Finished 'clean:ignite-modules-temp' after 76 ms
[22:19:01] Finished 'clean' after 180 ms
[22:19:01] Starting 'ignite:modules'...
[22:19:01] Starting 'ignite:modules:copy'...
[22:19:01] Finished 'ignite:modules:copy' after 24 ms
[22:19:01] Starting 'ignite:modules:inject'...
[22:19:01] gulp-inject Nothing to inject into index.js.
[22:19:01] gulp-inject Nothing to inject into index.js.
[22:19:01] Finished 'ignite:modules:inject' after 21 ms
[22:19:01] Finished 'ignite:modules' after 46 ms
[22:19:01] Starting 'copy'...
[22:19:01] Starting 'copy:resource'...
[22:19:01] Starting 'copy:ignite_modules:resource'...
[22:19:01] Starting 'copy:js'...
[22:19:01] Starting 'copy:ignite_modules:js'...
[22:19:01] Starting 'jade'...
[22:19:01] Starting 'jade:source'...
[22:19:01] Starting 'sass'...
[22:19:01] Finished 'copy:ignite_modules:resource' after 43 ms
Error in plugin 'sass'
Message:
    public/stylesheets/_font-awesome-custom.scss
Error: File to import not found or unreadable:
../../build/jspm_packages/npm/font-awesome@4.5.0/scss/variables
       Parent style sheet:
/opt/ignite/ignite/modules/web-console/src/main/js/public/stylesheets/_font-awesome-custom.scss
        on line 18 of public/stylesheets/_font-awesome-custom.scss
>> @import
>> "../../build/jspm_packages/npm/font-awesome@4.5.0/scss/variables";
   ^

[22:19:01] Finished 'sass' after 268 ms
[22:19:02] Finished 'copy:ignite_modules:js' after 372 ms
[22:19:05] Finished 'copy:resource' after 3.39 s
[22:19:05] Finished 'jade:source' after 3.41 s
[22:19:05] Starting 'jade:ignite_modules'...
[22:19:05] Finished 'jade:ignite_modules' after 3.6 ms
[22:19:05] Finished 'jade' after 3.42 s
[22:19:05] Finished 'copy:js' after 3.53 s
[22:19:05] Finished 'copy' after 3.53 s
[22:19:05] Starting 'eslint'...
[22:19:05] Starting 'eslint:browser'...
[22:19:05] Starting 'bundle:ignite'...
[22:19:05] Starting 'bundle:ignite:vendors'...
[22:19:10] 'bundle:ignite:vendors' errored after 5.23 s
[22:19:10] Error on fetch for ace.js at
file:///opt/ignite/ignite/modules/web-console/src/main/js/ace.js
        Loading app/index.js
        Error: ENOENT: no such file or directory, open
'/opt/ignite/ignite/modules/web-console/src/main/js/ace.js'
    at Error (native)
[22:19:10] 'bundle:ignite' errored after 5.24 s
[22:19:10] Error on fetch for ace.js at
file:///opt/ignite/ignite/modules/web-console/src/main/js/ace.js
        Loading app/index.js
        Error: ENOENT: no such file or directory, open
'/opt/ignite/ignite/modules/web-console/src/main/js/ace.js'
    at Error (native)
[BABEL] Note: The code generator has deoptimised the styling of
"file:///opt/ignite/ignite/modules/web-console/src/main/js/generator/generator-java.js"
as it exceeds the max of "100KB".
[22:19:27]
/opt/ignite/ignite/modules/web-console/src/main/js/app/modules/ace.module.js
  44:28  warning  Function 'anonymous' has a complexity of 20  complexity

/opt/ignite/ignite/modules/web-console/src/main/js/app/modules/states/configuration/preview-panel.directive.js
  100:22  warning  Function 'anonymous' has a complexity of 24  complexity

✖ 2 problems (0 errors, 2 warnings)

[22:19:27] Finished 'eslint:browser' after 22 s
[22:19:27] Starting 'eslint:node'...
[22:19:29] Finished 'eslint:node' after 1.49 s
[22:19:29] Finished 'eslint' after 24 s







--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Web-Console-on-Local-Machine-not-working-tp7229p7235.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to