kurko / ember-json-api

JSON API adapter for Ember Data.
MIT License
254 stars 62 forks source link

Warning: package `ember-json-api` is not a properly formatted package #74

Closed spundun closed 9 years ago

spundun commented 9 years ago
test_frontend$ ember install:addon ember-json-api
version: 0.2.1
Installed packages for tooling via npm.
The package `ember-json-api` is not a properly formatted package, we have used a fallback lookup to resolve it at `/Users/<snip>/test_frontend/node_modules/ember-json-api`. This is generally caused by an addon not having a `main` entry point (or `index.js`).
Installed addon package.
spundun commented 9 years ago

Scroll the pasted message to the right to see the relevant part of the warning.

jonkoops commented 9 years ago

@spundun Seems the path to the main entry in package.json is malformed. I'll whip up a pull request to fix it.

spundun commented 9 years ago

Great! I'm glad I could help. :+1:

joeyespo commented 9 years ago

Came here to report the same thing. Happy to see it's already PR'd :+1:

gentle-noah commented 9 years ago

same here! :+1:

MarkLunney commented 9 years ago

I'm getting this issue too, will this be pushed to master so we don't need to point to the patch-2 branch?

jonkoops commented 9 years ago

@MarkLunney The pull request merges directly into the master of this repo. But I think @kurko is a but too busy at RailsConf right now.

wvteijlingen commented 9 years ago

:+1: Can we get this merged into master? :) It's an easy merge to solve this annoying error.

jonkoops commented 9 years ago

Closing this issue because the related pull request has been merged into master. If anyone still encounters any issues I'll reopen it.