Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Running on windows #1

@pjlumby1973

Description

@pjlumby1973

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions