Skip to content
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

Heroku deploy fails #21

Closed
jonathanazulay opened this issue Sep 20, 2016 · 1 comment
Closed

Heroku deploy fails #21

jonathanazulay opened this issue Sep 20, 2016 · 1 comment
Labels
Meteor Issues related to Meteor

Comments

@jonathanazulay
Copy link


npm ERR! sip.js@0.7.5 postinstall: `cd src/Grammar && mkdir -p dist && pegjs --extra-options-file peg.json src/Grammar.pegjs dist/Grammar.js`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the sip.js@0.7.5 postinstall script 'cd src/Grammar && mkdir -p dist && pegjs --extra-options-file peg.json src/Grammar.pegjs dist/Grammar.js'.

For some reason the postinstall step fails. Could it be that we need dots in the paths (./src/Grammar)? Or maybe add pegjs as a devDependency in the SIP.js fork.

I'm using this buildpack
https://github.com/tfarla/heroku-buildpack-meteor

@markandrus markandrus added the Meteor Issues related to Meteor label Nov 28, 2016
@markandrus
Copy link
Contributor

Hi @jonathanazulay,

We've made some changes to better support Meteor and we've also started testing our integration with Meteor on every commit (see our twilio-video-meteor Framework Test). Do you mind re-testing with twilio-video.js@beta-4 or later and re-opening this issue if the problem persists?

Thanks,
Mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meteor Issues related to Meteor
Projects
None yet
Development

No branches or pull requests

2 participants