Deployment steps to serve nouns-webapp for production #685
Unanswered
jackdishman
asked this question in
Frontend
Replies: 3 comments 3 replies
|
What version of node are you using? |
2 replies
|
@jackdishman did you figure this one out? Just hit the same error attempting to deploy to Vercel. Using Node 16. |
1 reply
|
Hey @jackdishman. I think the issue might be with the Vercel build environment. AFAICT, it runs Amazon Linux 2 and you'll need to install the These Vercel docs should guide you on how to add a package to the Vercel build environment. The package you'll want to install for Amazon Linux 2 is called Hope this helps! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I'm working with the Boston DAO to launch a fork of the
nouns-monorepo. I'm looking to find steps to deploynouns-webappto production. I have initially tried the process using Vercel which failed to compile with the following errors:If anyone could walk me through the deployment process that Nouns DAO follows or point me in the direction of tooling used, that would be greatly appreciated!
Thanks in advance,
Jack
All reactions