diegonetto / generator-ionic

Build hybrid mobile apps using the Ionic Framework
MIT License
1.74k stars 336 forks source link

grunt serve issue #265

Closed NayHaPal closed 8 years ago

NayHaPal commented 8 years ago

$ grunt serve Running "serve" task

Running "wiredep:app" (wiredep) task

Running "wiredep:sass" (wiredep) task

Running "clean:dist" (clean) task

9 paths cleaned. Running "clean:server" (clean) task

0 paths cleaned. Running "ngconstant:development" (ngconstant) task Creating module config at app/scripts/configuration.js...OK

Running "wiredep:app" (wiredep) task

Running "wiredep:sass" (wiredep) task

Running "concurrent:server" (concurrent) task

Running "copy:styles" (copy) task Copied 1 file

Done, without errors.

Execution Time (2016-02-09 14:34:07 UTC) loading tasks 7ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 44% copy:styles 9ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 56% Total 16ms Warning: Use --force to continue.

Aborted due to warnings.

Execution Time (2016-02-09 14:34:06 UTC) wiredep:app 55ms ▇▇▇▇▇▇▇ 4% clean:dist 29ms ▇▇▇▇ 2% concurrent:server 1.3s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92% Total 1.4s

when i use --force option its work perfect but when i open the chroom inspect to see the console and other developer tools on it its apper to me this error

Uncaught TypeError: Cannot read property '1' of null(anonymous function) @ kernel.js:243(anonymous function) @ kernel.js:736 inspector.js:121 Uncaught TypeError: Cannot convert undefined or null to objectinstrumentDigest @ inspector.js:121bootstrapInspector @ inspector.js:99detectAngular @ inspector.js:86 Navigated to http://localhost:8100/

Uncaught TypeError: Cannot read property '1' of null(anonymous function) @ kernel.js:243(anonymous function) @ kernel.js:736 inspector.js:121 Uncaught TypeError: Cannot convert undefined or null to objectinstrumentDigest @ inspector.js:121bootstrapInspector @ inspector.js:99detectAngular @ inspector.js:86 Navigated to http://localhost:8100/

is there any fast solution thx

NayHaPal commented 8 years ago

no replay ?!