I followed the steps mentioned in the readme file and added nuxt-shiki in my Nuxt project but after deploying my site to vercel I am getting Cannot find module '/var/task/node_modules/shiki/dist/core.mjs' imported from /var/task/chunks/build/index--IZ60En5.mjs error even though there is no error in the build log. Am I missing something? Thanks in advance.
I followed the steps mentioned in the readme file and added
nuxt-shiki
in my Nuxt project but after deploying my site to vercel I am gettingCannot find module '/var/task/node_modules/shiki/dist/core.mjs' imported from /var/task/chunks/build/index--IZ60En5.mjs
error even though there is no error in the build log. Am I missing something? Thanks in advance.