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

Problems deploying to now.sh #42

Closed
JJ opened this issue Nov 16, 2018 · 5 comments
Closed

Problems deploying to now.sh #42

JJ opened this issue Nov 16, 2018 · 5 comments

Comments

@JJ
Copy link

JJ commented Nov 16, 2018

This; https://github.com/JJ/git-push works locally without a problem, however, I can't deploy with now; it stops with this error in the log:

var _mdxDeckCodeSurfer = __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module 'mdx-deck-code-surfer'"); e.code = 'MODULE_NOT_FOUND'; throw e; }()));

Here's the whole log, just in case: https://zeit.co/jjmerelo/git-push/duypo66h6

Any idea?

@sibelius
Copy link

cc @paulogdm

@paulogdm
Copy link

The log is private.
It seems you are confused about builders:

{
  "version": 2,
  "builds": [
    { "src": "git-push.mdx", "use": "@now/node-server" }
  ]
}

Please, take a look at our examples here.
Also, do notice that we have a mdx-deck builder, so you may want to try:

{
  "version": 2,
  "builds": [
    { "src": "git-push.mdx", "use": "@now/mdx-deck" }
  ]
}

@JJ
Copy link
Author

JJ commented Jan 30, 2019

This was some time ago, but if I remember correctly, I couldn't use mdx-deck because my deck had some plugins that weren't picked up by the builder. So I'm clearly confused about something, but I'm afraid not about builders.

@paulogdm
Copy link

We improved the builder a lot since November. Could you try to redeploy?

@JJ
Copy link
Author

JJ commented Jan 30, 2019 via email

@pomber pomber closed this as completed Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants