-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
npm install does not run for all scenarios except for the default one #207
Comments
|
ember-try v1.0.0 and v1.1.0 still have this error if you run |
@broerse Can you add your |
@kategengler I have npm 6.4.1 |
@kategengler It also fails on Travis if I only go to the new ember-try on https://github.com/martinic/ember-simple-auth-pouch |
This happened to me with Here’s an example failure on npm 6.4.1. I was able to reproduce it locally. More details about the environment for that job:
I rolled back to the older version here and the next cron build passed. |
This issue is still happening to me. Any news? |
We believe we've fixed this by changing the way Ember publishes builds to s3 (for use in ember-try among other places. Can you confirm this is fixed? |
I just tried it locally with The log seems not that useful but here’s the one for log=================================================================================
ERROR Summary:
�[31mRun
�[31mRun
================================================================================= Let me know if there’s anything else I can provide! |
@backspace I think the issue with travis-web may be different than the main issue here. The main issue (we think we've fixed) was a problem where the s3 builds failed to install, but the configuration for |
I know the newer blueprint uses Sorry, I didn’t know |
ember-data (at the moment) is buildable by pointing directly at the branch on github. ember-source-channel-url only exists because ember-source has a required prebuild step. |
Either way, using the dist-tag as a version in ember-try should definitely continue to work. @backspace I'd definitely appreciate a separate issue but I can also open it with the info here. |
I'm still having the same issue running [email protected] locally, I can only get it to work using v0.2.23. I am not using any form of Travis, my npm version is 6.7.0.
|
When I run
ember try:each
, all scenarios are fail becausenpm install
does not actually run. Only the lastember-default
scenario runs successfully.Below is the one of the failure scenario error output:
and the error log:
output of
ember version
:The text was updated successfully, but these errors were encountered: