This may be because this module was made a while ago and they have done a lot of 'namespace shifting' for nuxt lately, but when I try this config:
modules: [
['nuxt-env-shim', {
shimModules: {
axios: true,
},
}],
]
An error is shown:
ERROR [nuxt-env-shim] A shim for axios was requested, but axios was not found
I am using @nuxtjs/axios version 5.9.5
This may be because this module was made a while ago and they have done a lot of 'namespace shifting' for nuxt lately, but when I try this config:
An error is shown:
I am using
@nuxtjs/axiosversion 5.9.5