It would be great if Nuxt.js follows the XDG Base Directory Specification. Instead of placing the file .nuxtrc in the home directory it should be placed in the OS specific appropriate directory. Getting the correct directory is easy with a module like env-paths.
This, among other things, allows a user to specify a directory in which they want all applications to look for their user configurable setting files and keep their home directory clean. Though I'm not sure if this is really a config file, the telemetry seed is not something to expect in a dotfile... Perhaps it's appropriate in the cache directory.
The .nuxtrc file is saved in the appropriate OS directory.
The .nuxtrc file is saved in home.
Hi @Siilwyn. You can track issue here: https://github.com/nuxt-contrib/rc9/issues/1 (Also PR welcome)
Hi. support added in 1.2.0 you may use npm up rc9 or yarn upgrade rc9 to quickly get latest version .
Most helpful comment
Hi. support added in 1.2.0 you may use
npm up rc9oryarn upgrade rc9to quickly get latest version .