This is an issue that a friend of mine noticed when trying out the octane preview on CI, essentially when you define a dependency as a tar.gz url you can sometimes get situations where the _from url is prefixed with the name of the page and an @ symbol.
Steps to reproduce
ember new ember-quickstart -b @ember/octane-app-blueprint
This is an issue that a friend of mine noticed when trying out the octane preview on CI, essentially when you define a dependency as a tar.gz url you can sometimes get situations where the
_from
url is prefixed with the name of the page and an@
symbol.Steps to reproduce
ember new ember-quickstart -b @ember/octane-app-blueprint
Missing npm packages:
Full error output
I don't 100% know the semantics of what this is doing but the change I'm submitting seems to fix it 🤷♂️