Han
Han
Still no joy with rbenv commented out. ZSH 5.1.1 OSX 10.10.4 no addons other than oh my zsh
no joy I'm afraid. I tried with and without rbenv commented out. My .node-version just contains '0.12.7' is that correct - I couldn't find any example .node-version files anywhere!
using that branch the output is, I ran it before and after running `nvm use 0.12.7` just in case! ``` sh hannahmacbook: ~/Projects/National Theatre/national-theatre-pp → __avn_debug __avn_debug:local:1: not valid in...
you :star:, it works! (also how do I get back to the main branch once your changes are merged in!?)
I had this same issue - its because I was using `data-ng-app` not `ng-app` in my so the injector couldn't find my app. You either need to amend [ng-app] below...
I've recreated the issue in plunker: http://plnkr.co/edit/hjlagTWsp4XtAFZCCaKs to replicate - click 'play all' and wait until the first track finishes - the error is triggered when the first track finishes.
@perminder-klair the quick and dirty fix would be to include support for both types, I used data- because of cross browser issues (If I remember correctly!) var elem = angular.element(document.querySelector('[ng-app]'));
just chiming in on this thread as it's something I could really use! I work as a consultant and we have our own internal JIRA instances as well as client...
just to add that it does work when the note is created with templaters own `cmd + p` methods - but I was using the quickAdd plugin to create my...
I think theres going to be a few other errors you come across but we got it working by using `--openssl-legacy-provider` ```sh export NODE_OPTIONS=--openssl-legacy-provider && npm run ws dev ```