Hi,
The React explorer app (renderers/react/a2ui_explorer) is missing its package.json. This means running npm run dev as mentioned in the README.md will not launch the Vite dev server and nothing appears on localhost.
Steps to reproduce:
cd renderers/react/a2ui_explorer
npm install or npm run dev
Expected: Vite starts and the explorer is accessible in the browser.
Fix:
- Add a
package.json file or
- Update README.md to reflect using vite as
npx vite instead.
Can I please make the necessary change?
Hi,
The React explorer app (renderers/react/a2ui_explorer) is missing its
package.json. This means runningnpm run devas mentioned in the README.md will not launch the Vite dev server and nothing appears on localhost.Steps to reproduce:
Expected: Vite starts and the explorer is accessible in the browser.
Fix:
package.jsonfile ornpx viteinstead.Can I please make the necessary change?