Closed kombos closed 6 days ago
hi guys, I have same issue when run npm run build in ts-client folder
thanks
Hey! The frontend needs a complete ground up rewrite. We'll tackle that eventually, but for now we've disabled/hidden the frontend capabilities in Ignite (https://github.com/ignite/cli/pull/4410).
We are developing an Ignite App that will handle that functionality instead: https://github.com/ignite/apps/pull/140 and that uses and configures well known frontend Cosmos libraries (create-cosmos-app, telescope, cosmos kit).
I'll be closing all frontend issues. We'll release ignite cca this week to unblock everyone.
Context:
Describe the Bug: I'm trying to setup a Blockchain & React App using ignite CLI. After generating hooks, when i do npm install, it throws some errors:
I've setup this Ignite project in a local folder: ~/projects/igniteReactApp
Steps to Reproduce:
ignite scaffold chain example
2.create a React frontend template
ignite scaffold react
Generate an API client
ignite generate hooks
Install dependancies of the React application
npm install
Expected Behavior:
dependancies should be installed without errors
Actual Behavior:
Throws an error:
Environment Details:
Notes: