-
Notifications
You must be signed in to change notification settings - Fork 49
undefined jquery and _ #11
Comments
This seems that some things was happened with bower install, some dependecies are not properly installed, can you try reprovision again and see if some error is happens? |
I tried running |
So I had some time to debug this issue. The problem is indeed with bower. It tries to pull dependencies using the git protocol instead of https, the port git wants to use is blocked in my company's firewall. This wasn't clear from the vagrant output but become obvious when I ran bower manually and saw it time out. I fixed it by running You might want to consider adding this to your provisioning scripts. |
It's ok, I will add that to taiga scripts! Thanks! |
I also had this issue with a college firewall. Solution was to rerun bower and gulp in taiga-front when outside firewall. |
I was also bitten by this beast behind some corporate filters. This would be nice to make |
Not sure if this is the right place to report this, but I tried setting up taiga using vagrant.
vagrant up
completed successfully, but when I tried going to localhost:8000 all I got was a blank page. I checked the console and saw two errors:Is this an issue with the setup scripts or the app itself? If you need anything else from me to diagnose the issue let me know.
The text was updated successfully, but these errors were encountered: