Pim

Results 243 comments of Pim

@Rockshox93 remove `yarn.lock` or `package-lock.json`, remove `node_modules` and run npm/yarn install again

The warning `WARN locale '' not supported, falling back to en` originates from the search indexer of [`nuxt-community/lunr-module`](https://github.com/nuxt-community/lunr-module)

From which folder do you run `nuxt dev`? If you are in the root of your repo you should pass the docs root dir to nuxt like `nuxt dev docs`....

I think this is fixed by 7e4580a1e9ce818d3399308571bdde0dcc37cd2a, at least I c an succesfully run the docs with config files in the repo root.

Dont be like that, show me the error/bug! ;)

@galvez What was the status of this again? Where we going to remove using nuxt/http altogether? If so, how do we know with http client to use on the server.

Hmm, not sure why it doesnt work but storage needs to be part of the build options so it needs to be on the same level as 'inject' in your...

Hey thanks, thats a good catch indeed! If you have time maybe you could submit a pr and add this caveat to the docs?