thiccBoi
thiccBoi
NNuxt
Created by thiccBoi on 7/8/2024 in #❓・help
`Cannot start nuxt: Maximum call stack size exceeded` For yarn dev command
tsconfig.json:
{
"extends": "./.nuxt/tsconfig.json",
"files": ["global.d.ts"]
}
{
"extends": "./.nuxt/tsconfig.json",
"files": ["global.d.ts"]
}
5 replies
NNuxt
Created by thiccBoi on 7/8/2024 in #❓・help
`Cannot start nuxt: Maximum call stack size exceeded` For yarn dev command
It is a basic file and this error wasn't a problem before updating from nuxt 3.4.2 or node18
5 replies
NNuxt
Created by thiccBoi on 7/8/2024 in #❓・help
`Cannot start nuxt: Maximum call stack size exceeded` For yarn dev command
after some updates to the dependencies and making node v20 comapatible with the project it's working but ts-plugin is giving many errors now, like in the tsconfig.json file:
Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?
Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?
5 replies