Hello team, I'm trying to run the Appsmith Client locally.
I'm using an Ubuntu VM and I followed the instructions from https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md
All commands seems to be working well but when I run the last ones "yarn install" and "yarn start" I started to see some warnings and errors.
Here some context about the environment that I'm using:
node -v
v16.15.0
npm --version
8.5.5
yarn --version
3.4.1
uname -a
Linux gtm-virtual-machine 5.19.0-32-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
I'm trying to start the client using the cloud server with:
sudo ./start-https.sh https://release.app.appsmith.com
Here part of the logs after run 'yarn install'
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @blueprintjs/popover2@npm:0.5.0 [150d5] doesn't provide react-dom (p96c8e), requested by @blueprintjs/core
➤ YN0002: │ cypress-image-snapshot@npm:4.0.1 [150d5] doesn't provide jest (pe8d2c), requested by jest-image-snapshot
➤ YN0002: │ eslint-config-react-app@npm:7.0.1 [57d4f] doesn't provide @babel/plugin-transform-react-jsx (pd5140), requested by eslint-plugin-flowtype
➤ YN0002: │ react-spring@npm:9.4.1 doesn't provide zdog (p6c9d7), requested by @react-spring/zdog
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 444ms
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 1s 782ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 1s 132ms
➤ YN0000: Done with warnings in 3s 723ms