You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
If I use the Deploy to Now button in the README.md, I encounter the following error after attempting a deploy:
If I try to deploy from the command line by runnning now from within the micro-open-graph directory I get the following error, because there is no build command in the package.json file:
> Deploying ~/Git/micro-open-graph
> Using project micro-open-graph
> Error! Your `package.json` file is missing a `build` property inside the `script` property.
More details: https://zeit.co/docs/v2/advanced/platform/frequently-asked-questions#missing-build-script
I'm using Now 2.0 and the latest docs say:
If your project contains a package.json file, no api directory, and no now.json configuration, it is expected to provide a build script that performs a static build of your frontend and outputs it to a public directory at the root of your project.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I use the Deploy to Now button in the README.md, I encounter the following error after attempting a deploy:
If I try to deploy from the command line by runnning
now
from within themicro-open-graph
directory I get the following error, because there is nobuild
command in thepackage.json
file:I'm using Now 2.0 and the latest docs say:
The text was updated successfully, but these errors were encountered: