RunLoop
RunLoop

Reputation: 20376

Issue installing addon in ember cli

I am on 0.1.4 of ember-cli and tried installing an addon: ember install:addon ember-cli-simple-auth-cookie-store but I got the error: The specified command install:addon is invalid, for available options see ember help.

How can I go about installing this addon please?

Upvotes: 0

Views: 412

Answers (1)

marcoow
marcoow

Reputation: 4062

Check the Installation Instructions for Ember CLI 0.1.4 and older: https://github.com/simplabs/ember-cli-simple-auth-cookie-store#installation

Upvotes: 1

Related Questions