Open ducmint864 opened 1 year ago
@ducmint864 have you found a fix to get going with this?
@mjafri118 Unfortunately no, I still don't know how to fix it til this day. I'm just a student so if this package doesn't work, Imma just move on. If you're having the same problem as I did, hope you find a solution for yourself.
Description
Hi, I'm writing a simple NextJs program that use the lib 'react-moralis', and apparently, 'react-moralis' also utilizes @toruslab/eccrypto lib. When I compile my project with 'npm run build', it shows the syntax error related to @toruslab/eccrypto as following:
Context
How to recreate the error
npx create-next-app@latest
const inter = Inter({ subsets: ['latin'] })
export const metadata: Metadata = { title: 'Create Next App', description: 'Generated by create next app', }
export default function RootLayout({ children, }: { children: React.ReactNode }) { return (
{/*) }