Cetus πŸ”›πŸ”
Cetus πŸ”›πŸ”
Explore posts from servers
NNuxt
Created by rightnow on 10/10/2024 in #❓・help
How to add Stylistic options like ident: 'tab', quotes: 'single', to eslint.config.mjs?
Bro did you read the message?
4 replies
NNuxt
Created by rightnow on 10/10/2024 in #❓・help
How to add Stylistic options like ident: 'tab', quotes: 'single', to eslint.config.mjs?
Have you found a way to do it @rightnow ?
4 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 11/5/2024 in #❓・help
cannot deploy on netlify with nuxt v.3.14 (compatibility version 4)
oh yeees thanks
10 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 11/5/2024 in #❓・help
cannot deploy on netlify with nuxt v.3.14 (compatibility version 4)
thank you so much!! i tried to override the nitropack version like that:
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "^0.6.1",
"nuxt": "^3.14.0",
"vue-router": "latest",
"vue": "^3.5.0"
},
"overrides": {
"nuxt": {
"nitropack": "2.10.3"
}
}
}
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "^0.6.1",
"nuxt": "^3.14.0",
"vue-router": "latest",
"vue": "^3.5.0"
},
"overrides": {
"nuxt": {
"nitropack": "2.10.3"
}
}
}
but i still have the error, did i do something wrong?
10 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/19/2024 in #❓・help
Nuxt eslint, sort tailwindcss
whats the module for plugin:tailwindcss/recommended ?
5 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 8/23/2023 in #❓・help
WebSocket server error: Port is already in use
it works thanks!
6 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 8/23/2023 in #❓・help
WebSocket server error: Port is already in use
the websocket use a random port like 27xxx
6 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/23/2023 in #❓・help
Access runtimeConfig from tests
sh*t, I was looking on npm, not on nuxt.com
8 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/23/2023 in #❓・help
Access runtimeConfig from tests
const config = useRuntimeConfig({}, useNuxt())
const config = useRuntimeConfig({}, useNuxt())
8 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/23/2023 in #❓・help
Access runtimeConfig from tests
nice... Error: Nuxt instance is unavailable!
8 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/23/2023 in #❓・help
Access runtimeConfig from tests
The module has no documentation, how to use it? πŸ˜…
8 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/23/2023 in #❓・help
Access runtimeConfig from tests
hmm another module, it would be nice if they specified it in the doc
8 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/15/2023 in #❓・help
getQuery() with a url doesn't work very well?
Apart from transferring the data through the body I don't know.
7 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/15/2023 in #❓・help
getQuery() with a url doesn't work very well?
Oh no, it's because of the #. Any idea how to fix this?
7 replies
NNuxt
Created by Cetus πŸ”›πŸ” on 4/15/2023 in #❓・help
getQuery() with a url doesn't work very well?
on the url variable ?
7 replies