EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

Not enough information in documentation to start development

Open sreenathkumar opened this issue 2 years ago • 6 comments

After cloning the repo I run npm i then this errors has come. I can't understand what is it and how to fix.

Screenshot_150 Screenshot_153 Screenshot_152 Screenshot_151 Screenshot_154

Here is the two log files I found there:

2023-04-06T14_07_33_228Z-debug.log eresolve-report.txt

When I run npm i in the playground folder this error come:

Screenshot_155

Ultimately when I run npm run dev

image

Basically my intension is to contribute in this project. So i think you will give me a solution to this issues.

Thanks in advance -- Sreenath

sreenathkumar avatar Apr 06 '23 14:04 sreenathkumar

Hey @sreenathkumar , sorry for the late reply. Yup, as of now EC builds are failing due to broken dependency tree but you can still try it out by doing,

npm i --legacy-peer
cd playground
npm i
cd ..
npm run dev

Let me know if it works : )

sidmohanty11 avatar May 12 '23 13:05 sidmohanty11

@sidmohanty11 Now it's stucked here.

image

sreenathkumar avatar May 12 '23 17:05 sreenathkumar

I see @sreenathkumar , you can see in the logs that PORT is not recognized. This is because the commands are specific to linux based terminals.

You can try this: https://stackoverflow.com/questions/47806623/unrecognized-port-command

Also, this is an amazing catch, it would be awesome if we can make a script to handle all this. What do you think?

sidmohanty11 avatar May 13 '23 13:05 sidmohanty11

@sidmohanty11 I have tried to make a script. But i think if we put PORT=4000 in the .env file and remove the PORT=4000 from the package.json is lot more easier. What is opinion about this idea? I have implement it and everything working good.

And, is there any test account to login in or i have to sign up?

sreenathkumar avatar Jun 16 '23 17:06 sreenathkumar

Hi @sreenathkumar , has this issue been resolved?

umangutkarsh avatar Oct 04 '23 17:10 umangutkarsh

@umangutkarsh no

sreenathkumar avatar Oct 04 '23 17:10 sreenathkumar