davewasmer / ember-data-actions

Rails-style non-CRUD RESTful actions for Ember Data
Other
33 stars 7 forks source link

How to install #4

Closed andrewhamon closed 8 years ago

andrewhamon commented 8 years ago

I'm pretty new to ember, but usually this works for other plugins:

$ ember install ember-data-actions
Registry returned 404 for GET on https://registry.npmjs.org/ember-data-actions
Error: Registry returned 404 for GET on https://registry.npmjs.org/ember-data-actions
    at makeError (/Users/ahamon/code/teeps/orlando-health-web/frontend/node_modules/ember-cli/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
    at CachingRegistryClient.<anonymous> (/Users/ahamon/code/teeps/orlando-health-web/frontend/node_modules/ember-cli/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
    at Request._callback (/Users/ahamon/code/teeps/orlando-health-web/frontend/node_modules/ember-cli/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
    at Request.self.callback (/Users/ahamon/code/teeps/orlando-health-web/frontend/node_modules/ember-cli/node_modules/npm/node_modules/request/request.js:199:22)
    at emitTwo (events.js:100:13)
    at Request.emit (events.js:185:7)
    at Request.<anonymous> (/Users/ahamon/code/teeps/orlando-health-web/frontend/node_modules/ember-cli/node_modules/npm/node_modules/request/request.js:1036:10)
    at emitOne (events.js:95:20)
    at Request.emit (events.js:182:7)
    at IncomingMessage.<anonymous> (/Users/ahamon/code/teeps/orlando-health-web/frontend/node_modules/ember-cli/node_modules/npm/node_modules/request/request.js:963:12)

Is it under a different name on npm?

davewasmer commented 8 years ago

This project was originally designed as a proof of concept, and Mike North's ember-api-actions gained more traction. If there is something that ember-api-actions doesn't offer in terms of functionality (and doesn't plan on offering), I'd consider restarted development on this as a full fledged library.

Is there something that ember-api-actions doesn't do for you?

andrewhamon commented 8 years ago

Wow, somehow I missed that library completely. It will more than likely do the trick, my needs are straightforward.

Maybe it would be worth noting ember-api-actions in the readme?

Thanks for responding, sorry for the trouble :)