reference-marketing-website icon indicating copy to clipboard operation
reference-marketing-website copied to clipboard

Next.js starter for creating a SaaS Marketing Website with Hygraph ⚡️

Results 19 reference-marketing-website issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql](https://togithub.com/graphql/graphql-js) | [`16.3.0` -> `16.8.1`](https://renovatebot.com/diffs/npm/graphql/16.3.0/16.8.1)...

[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://togithub.com/vercel/next.js)) | [`12.1.4` ->...

[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next-mdx-remote](https://togithub.com/hashicorp/next-mdx-remote) | [`4.0.2` -> `4.4.1`](https://renovatebot.com/diffs/npm/next-mdx-remote/4.0.2/4.4.1)...

[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@chakra-ui/react](https://chakra-ui.com/) ([source](https://togithub.com/chakra-ui/chakra-ui)) | [`1.8.8` ->...

If anyone encountered this issue, the bundled `next-mdx-remote` dependency had `ver. 4.0.2` installed. Just update to the latest version: `npm uninstall next-mdx-remote && npm install next-mdx-remote`. This installed `ver 4.4.1`...

As identified by Nikolay, the current version tries to install with `yarn install` this causes Vercel to error on the install. The easy fix is to default to NPM, as...