Sample demo project error

Hi, Global
We have tried the sample demo code in the inrupt documentation, and while we run the demo, we get an error. Below, I have mentioned the error that I am facing.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @inrupt/eslint-config-react@0.2.0-alpha.1
npm ERR! Found: @inrupt/eslint-config-base@0.2.0-alpha.1
npm ERR! node_modules/@inrupt/eslint-config-base
npm ERR! dev @inrupt/eslint-config-base@“^0.2.0-alpha.1” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @inrupt/eslint-config-base@“^0.1.1” from @inrupt/eslint-config-react@0.2.0-alpha.1
npm ERR! node_modules/@inrupt/eslint-config-react
npm ERR! dev @inrupt/eslint-config-react@“^0.2.0-alpha.1” from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @inrupt/eslint-config-base@0.1.2
npm ERR! node_modules/@inrupt/eslint-config-base
npm ERR! peer @inrupt/eslint-config-base@“^0.1.1” from @inrupt/eslint-config-react@0.2.0-alpha.1
npm ERR! node_modules/@inrupt/eslint-config-react
npm ERR! dev @inrupt/eslint-config-react@“^0.2.0-alpha.1” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! C:\Users\dines\AppData\Local\npm-cache_logs\2023-05-26T12_45_58_171Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: C:\Users\dines\AppData\Local\npm-cache_logs\2023-05-26T12_45_58_171Z-debug-0.log

Hey Dinesh, this demo is not maintained anymore. The issue is known and I think the link to the demo “should be removed soon” (Nov 2022: Status of this demo · Issue #51 · inrupt/solid-ui-react-demo · GitHub).

I’ve never used this SDK, so I sadly don’t know if there are other good examples or if the documentation has code examples somewhere else.

And a tip for the future: it is easier to help for me, if you add a link to the demo you’ve tried and the steps to reproduce this issue :slight_smile:

You could alternatively look at Solid Hello Worlds where there is a list of (hopefully) simple applications.
I actually followed 0data Solid Hello World initially.

Note: not all are very simple or have enough documentation. Pick them wisely.