brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

Build failing #353

Closed danilbraun closed 3 years ago

danilbraun commented 3 years ago

The command "if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then heroku local:run node_modules/.bin/mocha; fi" exited with 2.

jpolitz commented 3 years ago

Thanks for reporting! Can you say a little more about where this is happening? Is it on a fork through Travis, on your local machine, etc? Which commands did you run to start the build?

On Wed, Nov 18 2020 at 3:03 AM, Danil Braun < notifications@github.com > wrote:

The command "if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then heroku local:run node_modules/.bin/mocha; fi" exited with 2.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub ( https://github.com/brownplt/code.pyret.org/issues/353 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAA5IU2MHRMLGP22GPMUZB3SQOSXBANCNFSM4TZ2CBOA ).

danilbraun commented 3 years ago

I haven't tried to build it myself, I just saw the badge . CPO can be built despite what is written on the badge?

jpolitz commented 3 years ago

It can be locally, BUT you've also pointed out another issue that looks like an npm version incompatibility. Oops. That I'm working on fixing now.

On Thu, Nov 19, 2020 at 12:01 PM, Danil Braun < notifications@github.com > wrote:

I haven't tried to build it myself, I just saw the badge ( https://camo.githubusercontent.com/824b5b449b9b79173541e832104a587cdbd271975ee1ad8e4b02f954b23aab2f/68747470733a2f2f7472617669732d63692e6f72672f62726f776e706c742f636f64652e70797265742e6f72672e737667 ). CPO can be built despite what is written on the badge?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub ( https://github.com/brownplt/code.pyret.org/issues/353#issuecomment-730604698 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAA5IU3P4BHQHE6J3FJLTR3SQV2SLANCNFSM4TZ2CBOA ).

danilbraun commented 3 years ago

@jpolitz and is there a way to deploy it (and examplar) on a hosting other than heroku?

jpolitz commented 3 years ago

Are you really stuck on something? I’m confused about how Heroku is involved — this error is a Travis build. Do you need help with a particular deployment? Maybe best to take it to email? joe.politz@gmail.com

On Sat, Nov 21 2020 at 10:04 AM, Danil Braun < notifications@github.com > wrote:

@jpolitz ( https://github.com/jpolitz ) and is there a way to deploy it (and examplar) on a hosting other than heroku?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub ( https://github.com/brownplt/code.pyret.org/issues/353#issuecomment-731614332 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAA5IUZNI5HP5ZALREFA6HTSQ76MRANCNFSM4TZ2CBOA ).

jpolitz commented 3 years ago

In any event, I think this is resolved now! Thanks for pointing it out, there were several annoying-but-fixable issues compounding here. I hope this didn't stop you from doing your work!