I want de deploy static web site, but in the building application step, I have got an error.
13:03:59.510 |
Executing user command: next build && next export |
13:03:59.514 |
/opt/build/bin/build: line 39: next: command not found |
13:03:59.519 |
Failed: build command exited with code: 127 |
13:04:00.198 |
Failed: an internal error occurred |
I don’t know what commands I should use.
Are you trying to use next
? If so, do you have a package.json
in your repo, with next
installed? Can you share a copy of your repo?
Or do you have a folder of static HTML/CSS/JS and want to deploy that? Any more information you can share about your repo would be great.
system
Closed
#3
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.