googlearchive / chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT)
BSD 3-Clause "New" or "Revised" License
2.92k stars 410 forks source link

Getting Bower packages runs forever #3866

Open ghost opened 9 years ago

ghost commented 9 years ago

SInce recently when starting new project with polymer paper elements, the IDE displays Getting Bower packages and it stays forever, it does nothing.

rchassereau commented 9 years ago

I've been jumping all around on issues in here. I just reinstalled chrome dev editor, and created a new project using paper elements. It took a few seconds but then it showed 1 of 55... and eventually finished (about a minute later). It's working fine for me.

Here's my setup: Windows 7 - Home Chrome Dev Editor v0.19.3493 - Chrome Extension

Chrome Version Specs (chrome://version): Google Chrome : 40.0.2214.94 (Official Build) m Revision : b631d0526afba969df4c66f3b6baed0759f8b814-refs/branch-heads/2214_85@{#8} OS : Windows Blink : 537.36 (@188344) JavaScript : V8 3.30.33.15 Flash : 16.0.0.305 User Agent : Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36

ghost commented 9 years ago

I have tried reinstalling Chrome Dev Editor many times and that didn't fix the problem. My Chrome browser is the latest version, the PC Specs are:

WIndows 7 Ultimate Google Chrome 40.0.2214.111 (Official Build) m Revision 6f7d3278c39ba2de437c55ae7e380c6b3641e94e-refs/branch-heads/2214@{#480} OS Windows Blink 537.36 (@189455) JavaScript V8 3.30.33.16 Flash 16.0.0.305 User Agent Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

rchassereau commented 9 years ago

Just played with it some more, and found when creating a new project ("Javascript web app"). That bower does seem to stall and in fact crash (console output from background page). I tried three times and relaunched the app each time, and it only worked once. However, when creating a "Javascript chrome app", I didn't encounter this issue.

spark_polymer.html_bootstrap.dart.js:63638 repository load successful spark_polymer.html_bootstrap.dart.js:122311 GET https://raw.githubusercontent.com/Polymer/font-roboto/0.5.4/bower.json 404 (Not Found) spark_polymer.html:1 NativeClient: NaCl module crashed git_salt.js:49 CRASHED

I also compared the bower.json of each of these types of projects and they appear to be identical.

ghost commented 9 years ago

I guess that's it, the module crashes since someone removed it from github. I`m wondering why it is not fixed yet since it is obviously a showstopper. I'm expecting an update as soon as possible. I don't want to be in a situation where I will be forced to let this to settle for a few years until they release more stable and more solid version. They better integrate it in a IDE such is Android Studio which is based on IntelliJ platform. But that's Java :)

rchassereau commented 9 years ago

I decided to give it another go. This time I was not able to get it to crash once out of 6 test, so it's performing well for me. I did inspect the console of the spark_polymer.html page just to see what was there.

Here's the log (Two different projects): RUNNING spark_polymer.html_bootstrap.dart.js:63638 repository load successful spark_polymer.html_bootstrap.dart.js:122311 GET https://raw.githubusercontent.com/Polymer/font-roboto/0.5.4/bower.json 404 (Not Found) spark_polymer.html_bootstrap.dart.js:122311 GET https://raw.githubusercontent.com/web-animations/web-animations-js/1.0.5/bower.json 404 (Not Found)

2git_salt.js:49 RUNNING spark_polymer.html_bootstrap.dart.js:63638 repository load successful spark_polymer.html_bootstrap.dart.js:122311 GET https://raw.githubusercontent.com/Polymer/font-roboto/0.5.4/bower.json 404 (Not Found) spark_polymer.html_bootstrap.dart.js:122311 GET https://raw.githubusercontent.com/web-animations/web-animations-js/1.0.5/bower.json 404 (Not Found)

Even though some resources aren't found it does appear to finish the install process. The font-roboto bower.json doesn't exist (it appears to be a bad reference). Regarding the second error appears to relate to this link:

https://github.com/web-animations/web-animations-js/pull/16

Whyser commented 9 years ago

Has this been fixed? I seem to be getting the "Getting Bower packages..." forever when creating "JavaScript web app(using Polymer paper elements)

robertrafferty commented 9 years ago

I have the same issues too

minhkte commented 9 years ago

I have the same issues also. Tried to uninstall the Chrome Dev Editor but it did not help.

Shebahs commented 9 years ago

Hi! I'm realy new in github and no speak english so much... I have this problem too, if someone have the solution please give as!

k7moorthi commented 9 years ago

Same issue

mardsystems commented 8 years ago

Same issue

ghost commented 8 years ago

I stopped using this for a while now. I will wait for a few years in order to get some initial stable version. Except for fancy shopping lists this is not usable for any real application.

rchassereau commented 8 years ago

Same here. I may try this application in the future versions, but it's too unstable to get anything done.

mardsystems commented 8 years ago

I tried to install BOWER packages directly on the console. There I could see a packet conflict and BOWER wondered what I would do. As the CDE has no console, he did not show it. I answered the question and presto: it worked! (I'm using Google Trandutor because I do not speak English)

ron813c commented 8 years ago

try installing the windows fi,e in your git power shell

MaximOrlovsky commented 8 years ago

Same Issue Chromium Version 45.0.2454.101 Ubuntu 14.04 (64-bit)

vatsalgor commented 7 years ago

same issue here