You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (#4410).
We are developing an Ignite App that will handle that functionality instead: ignite/apps#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:
Ignite CLI version: v28.5.3
Ignite CLI build date: 2024-09-20T14:49:06Z
Ignite CLI source hash: b6eb44c
Ignite CLI config version: v1
Cosmos SDK version: v0.50.9
Your OS: darwin
Your arch: arm64
Your go version: go version go1.23.2 darwin/arm64
Notes:
The text was updated successfully, but these errors were encountered: