drevan
drevan
CDCloudflare Developers
Created by Jonas on 4/1/2024 in #pages-help
How to solve: Got error: Uncaught ReferenceError: global is not defined
3 replies
CDCloudflare Developers
Created by Jonas on 4/1/2024 in #pages-help
How to solve: Got error: Uncaught ReferenceError: global is not defined
I seem to be experiencing the same. Can't seem to find any issues or reasons as to why. My Deps:
"dependencies": {
"@drevan/sanity": "workspace:*",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/sanity": "^1.11.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"nuxt-icon": "^0.6.10",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"dotenv": "^16.4.5",
"happy-dom": "^13.10.1",
"nuxt": "^3.11.2",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
}
"dependencies": {
"@drevan/sanity": "workspace:*",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/sanity": "^1.11.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"nuxt-icon": "^0.6.10",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"dotenv": "^16.4.5",
"happy-dom": "^13.10.1",
"nuxt": "^3.11.2",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
}
3 replies