blog.r00ks
blog.r00ks copied to clipboard
Error when run next start
Hi @Austionian, I'm trying to run your project in my local machine with this command
yarn install; yarn build; yarn serve
No error when I run that command, but when I check the web console, I got this error
That make search and some functions not working
Thanks
Hi @Lzyct, could you try installing with npm instead of yarn? Yarn might be missing some legacy dependencies since it's not looking at npm's package-lock.json file when installing.
npm i && npm run dev
Thanks, I think the issue when I'm using yarn
Sorry, I re open this issue, I got the same error when run it from build