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 was archived by the owner on Dec 18, 2023. It is now read-only.
I am trying to get this working on Windows 11 with GPT4All. There was an issue with setting the Port but I think I have resolved that by changing the package.json from
"proc_serve": "PORT=13000 next start",
to
"proc_serve": "set PORT=13000 react-scripts start",
however I now get the following exit code, I'm not a coder and can't figure out where the error is.
[0]
[0] > chatgpt-ui-template@0.1.0 proc_serve
[0] > set PORT=13000 react-scripts start
[0]
[1]
[1] > chatgpt-ui-template@0.1.0 proc_native
[1] > node ./utils/native.js
[1]
[0] npm run proc_serve exited with code 0
--> Sending SIGTERM to other processes..
[1] npm run proc_native exited with code 1
I am trying to get this working on Windows 11 with GPT4All. There was an issue with setting the Port but I think I have resolved that by changing the package.json from
"proc_serve": "PORT=13000 next start",
to
"proc_serve": "set PORT=13000 react-scripts start",
however I now get the following exit code, I'm not a coder and can't figure out where the error is.
[0]
[0] > chatgpt-ui-template@0.1.0 proc_serve
[0] > set PORT=13000 react-scripts start
[0]
[1]
[1] > chatgpt-ui-template@0.1.0 proc_native
[1] > node ./utils/native.js
[1]
[0] npm run proc_serve exited with code 0
--> Sending SIGTERM to other processes..
[1] npm run proc_native exited with code 1