Jitmisra commented on PR #281: URL: https://github.com/apache/kvrocks-controller/pull/281#issuecomment-2736304615
> @Jitmisra I got the following error while clicking the `namespaces` button: > > ```shell > https://nextjs.org/docs/messages/module-not-found > > Import trace for requested module: > ./src/app/namespaces/page.tsx > ⨯ ./src/app/ui/createCard.tsx:31:0 > Module not found: Can't resolve '@fortawesome/free-solid-svg-icons' > 29 | ShardCreation, > 30 | } from "./formCreation"; > > 31 | import { faCirclePlus } from "@fortawesome/free-solid-svg-icons"; > 32 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; > 33 | > 34 | interface CreateCardProps { > ``` Can you send an image of the button?.. I couldn’t find it locally. also can you run npm install or npm install @fortawesome/free-solid-svg-icons before sending it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
