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

Move heimdalljs to dependencies #4574

Merged
merged 1 commit into from
Oct 12, 2016

Conversation

hjdivad
Copy link
Member

@hjdivad hjdivad commented Oct 12, 2016

heimdalljs is actually a dev dependency, but npm install will fail to install
the nested (non-dev) dependencies, eg for broccoli-funnel, due to
npm/npm#13974

heimdalljs is actually a dev dependency, but `npm install` will fail to install
the nested (non-dev) dependencies, eg for broccoli-funnel, due to
npm/npm#13974
@hjdivad
Copy link
Member Author

hjdivad commented Oct 12, 2016

cc @bmac @stefanpenner

@hjdivad
Copy link
Member Author

hjdivad commented Oct 12, 2016

npm bug npm/npm#13974

@stefanpenner stefanpenner merged commit c351bdc into emberjs:master Oct 12, 2016
@stefanpenner
Copy link
Member

thanks dude!

@hjdivad hjdivad deleted the upgrade-to-released-heimdall branch October 18, 2016 14:17
@cyril-sf
Copy link
Contributor

@hjdivad which approach did you take to figure out the package you needed to update?

@hjdivad
Copy link
Member Author

hjdivad commented Nov 16, 2016

@cyril-sf npm install from clean, then npm ls and npm will report that some dependencies are not met. npm install again and now those dependencies are met.

Those dependencies were the ones causing problems for us.

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

Successfully merging this pull request may close these issues.

None yet

3 participants