Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example is broken #1

Closed
lucianlature opened this issue Mar 1, 2017 · 4 comments
Closed

Example is broken #1

lucianlature opened this issue Mar 1, 2017 · 4 comments

Comments

@lucianlature
Copy link

When I install the latest dependencies for the examples, and then try to run node src/app3-es6/index.js, I get:

name: 'RepositoryNotFoundError',
message: 'No repository for "Post" was found. Looks like this entity is not registered in current "default" connection?' }
@shodhan
Copy link

shodhan commented Aug 30, 2017

yeah i get the same error. has anyone find whats wrong!

@chriszrc
Copy link

I encountered this error when typeorm can't find the entity class. Usually a misconfigured

 entities: [
        __dirname + "/entity/*.js"
    ],

Could the path be wrong with this example?

@pleerock
Copy link
Member

I'll update all dependencies and fix this issue once 0.1.0 is released

@pleerock
Copy link
Member

Looks like only ES6 is broken, Ive fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants