question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`@` import paths require upstream dependencies

See original GitHub issue

the new import paths in #315 are incompatible with upstream addons if they don’t haven’t updated both ember-cli-babel and ember-cli-htmlbars-inline-precompile. might want to make a note of that.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cibernoxcommented, Jul 13, 2017

This has been fixed in #328

0reactions
noslouchcommented, Jul 13, 2017

yeah I’m using beta.1, but even in a new ember project, I’m not seeing the addon-test-support/helpers.js file

> $ npm install ember-basic-dropdown@0.33.1-beta.1
+ ember-basic-dropdown@0.33.1-beta.1
added 7 packages in 6.264s

> $ ls node_modules/ember-basic-dropdown
CHANGELOG.md LICENSE.md   README.md    addon        app          index.js     node_modules package.json test-support vendor
Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I reference a dependency from an upstream package?
Imagine I have a package called commonPackage: import PackageDescription let package = Package( name: "commonPackage", dependencies: ...
Read more >
proposal: Go 2: cmd/go: allow relative imports #20883 - GitHub
I have to change all the import paths of these dependencies if they use the import path like the above case. 20
Read more >
Managing Dependencies, Forks, and Code Patches with Dep
With dep, we can address the first scenario with a single line. In our Gopkg.toml, we can use a source entry to specify...
Read more >
Using forked package import in Go - Stack Overflow
The answer to this is that if you fork a repo with multiple packages you will need to rename all the relevant import...
Read more >
Dependencies UI: View an entity's upstream and downstream ...
It shows upstream and downstream dependencies, and provides paths to explore them. While service maps displays an entity-scoped map of an entity's relationships ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found