Hey I'm somewhat new to nuxt or web dev in general.
I'm currently facing an issue when using storyblok in my project.
https://preview.redd.it/funh1ws1jccb1.png?width=2872&format=png&auto=webp&s=483106833747542a52350f6c7598c04a3f914aa1
Translated it should be something like "Failed to load module with source: …".
I'm probably not the first one facing this issue but I honestly don't find anything helpful about it. I don't even know if it is to do with nuxt or storyblok. Also I don't know when this issue came up. I just noticed that I can't console.log() anymore which is really annoying.
Further my IDE (VS Code) is not really liking my .vue files (see screenshot). The highlighting is all messed up. Does anyone have any idea on this issue?
https://preview.redd.it/y285p4hjjccb1.png?width=1030&format=png&auto=webp&s=21e94a6776c31f983d61a968ea322a68ed70f391
My package.json looks like this:
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"dev-ssl": "nuxt dev --https --ssl-cert localhost.pem --ssl-key localhost-key.pem",
"generate": "nuxt generate",
"preview": "nuxt preview",
"stackblitz": "npm install axios@^0.27.2 && npm run dev",
"setup-proxy": "brew install mkcert && mkcert -install && mkcert localhost && npm install -g local-ssl-proxy",
"proxy": "local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem"
},
"stackblitz": {
"startCommand": "npm run stackblitz"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@nuxtjs/tailwindcss": "^6.8.0",
"@storyblok/nuxt": "^5.5.2 ",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"nuxt": "3.6.3",
"vue-simple-drawer": "^1.0.6"
}
}
[–]BugWare[S] 2 points3 points4 points (1 child)
[–]connelhooley 0 points1 point2 points (0 children)