You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getDependencyVersion currently reads package.json to identify which version of a dependency to emit for the generated package.json. It should instead defer to the version that is presently installed in the application as the lockfile may trail the most-recent version, or there may be race conditions with builds and publishing (incredibly unlikely but possible).
getDependencyVersion
currently readspackage.json
to identify which version of a dependency to emit for the generatedpackage.json
. It should instead defer to the version that is presently installed in the application as the lockfile may trail the most-recent version, or there may be race conditions with builds and publishing (incredibly unlikely but possible).ember-cli-fastboot/lib/broccoli/fastboot-config.js
Lines 218 to 224 in 43ffc65
The text was updated successfully, but these errors were encountered: