-
npm ERR! cordova-nuxt-demo@1.0.0 replace-relative-paths: `replace '/nuxtfiles/' 'nuxtfiles/' dist --recursive && replace '/assets/' 'nuxtfiles/' dist --recursive && replace '(href|src|"href"|"src")="/…
-
Anything on the roadmap with respect to supporting SSR?
I get a "document is not defined" when rendering on the server for the obvious reason that the server has no document.
-
I started receiving this warning when I updated to latest Vue and Nuxt versions:
```
(node:21672) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.cjs" for module r…
-
Hi
I want to use `notiwind` in [nuxtjs](https://nuxt.com)
First, I installed it and registered it as a plugin
Second, I added notification components as `Notification.vue` file in `components`
Thi…
-
Hello,
We build a Nuxt SSG app with Nuxt content. We use Nuxt i18n to translate our content. We follow this tutorial to achieve that: https://alvarosaburido.dev/blog/multi-language-blog-with-nuxt-c…
-
i write markdown content.
after $md.render() :
```
var a=123
console.log(2323)
println(2323)
```
highlight is not work,.
my nuxt.config.js:
```
markdownit: {
breaks: true,
linkif…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.9.0`
- Nuxt Version: `3.13.1`
- CLI Version: `3.13.1`
- Nitro Version: `2.9.7`
- Package Manager: `pnpm@9.9.0`
- Bui…
-
Didn't see an issue template, but will happily update this if there is one.
I'm using $http in a nuxt static site. I wanted to add the onRequest hook so we could log requests during our generate t…
-
Excuse me!
I'm making a Note App,
Notes is synchronized through websocket and written to IndexedDB with network,
Read historical notes from indexeddb without network,
But latest version ` …
-
Using node v12.9.1, npm 6.10.3 on MacOS 10.14.5 I tried to install by following the instructions.
at `npm install` I get
8 warnings and 7 errors generated.
make: *** [Release/obj.t…