EyuCoder / chatgpt-pro

ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E.
https://chatgpt.eyucoder.com
Apache License 2.0
465 stars 212 forks source link

npm run dev error #6

Closed fanlixin closed 1 year ago

fanlixin commented 1 year ago

HI there, I followed the instruction to run "npm run dev" and got the following error message:

npm run dev

react-template@1.0.1 dev concurrently "npm start" "npm run server"

[0] [0] > react-template@1.0.1 start [0] > react-scripts start [0] [1] [1] > react-template@1.0.1 server [1] > nodemon server/server.js [1] [1] 'nodemon' �����ڲ����ⲿ���Ҳ���ǿ����еij��� [1] ���������ļ��� [1] npm run server exited with code 1

============================== the app did't start properly and stopped with a blank screen ...

Wonder if anyone happen to know how to fix it? Thanx in advance.

jaykeerti commented 1 year ago

Did you install https://www.npmjs.com/package/nodemon?

EyuCoder commented 1 year ago

make sure you install the packages in server folder cd server && npm i

fanlixin commented 1 year ago

Yes, I did run npm install in server folder. That does not solve the problem.

===== npm install cd server npm install cd .. npm run dev

end up with the reported issue.

These funny characters in error message didn't help much.

jaykeerti commented 1 year ago

@fanlixin what error do you get now?

EyuCoder commented 1 year ago

I have completely updated the app pull the new changes and read the README instructions. hope this helps