Closed marcoow closed 9 years ago
I'm going to tackle this one
Hi, as I understand, currently I need to use the master branch of ember-cli-simple-auth-torii
to have torii to the latest version as a dependency.
I followed https://github.com/ember-cli/ember-cli#working-with-master to use master branch for an addon.
So I did clone ember-cli-simple-auth-torii
and npm link
+ npm link ember-cli-simple-auth-torii
. But when I npm ls|grep -i torii
I'm still getting
├─┬ ember-cli-simple-auth-torii@0.7.3
│ └── torii@0.1.3
There should be 0.3.2
, isn't it?
Anyone would be able to help me?
Thx
You don't need to clone and npm link
- you can install the addon directly from github:
"ember-cli-simple-auth-torii": "simplabs/ember-cli-simple-auth-torii#master",
@marcoow Thx a lot!
Now I am redirected to this issue https://github.com/simplabs/ember-cli-simple-auth-torii/issues/10 which redirects to torii issue https://github.com/Vestorly/torii/issues/156
I will keep checking those. Thx again!
see #10