amkirwan / ember-oauth2

JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) with Ember.js
MIT License
133 stars 22 forks source link

Instructions seem like they're broken #5

Closed EmberAle closed 10 years ago

EmberAle commented 10 years ago

node install says it can't find folder install.

maybe npm install was meant?

then bower, but then grunt fails on:

ember-oauth2:: encountered a declaration exception: failed ReferenceError: Can't find variable: Ember in file:///C:/Users/x/Downloads/ ember-oauth2/src/spec/ember.oauth2.spec.js (line 3) (1)

Any idea?

amkirwan commented 10 years ago

I'll look into the problem, I've changed the install process recently so it sound like there might be a bug.

amkirwan commented 10 years ago

Were you trying to build from source?

Looks like the the latest version of jQuery in bower changed the path to the src file. I updated the code. Also yes the README.md was incorrect that should have been npm install not node install.

Should be working now. Let me know if you are still having an issue with it.