grishma
Explore posts from serversSyntaxError: The requested module 'playground/node_modules/ufo/dist/index.mjs' does not provide an e
Getting this error when I run my module. For context, I unpublished my module from npm and then deleted my node_modules folder and package-lock.json file and then re-installed npm. But still getting this error.
2 replies
Is there a way to make a Nuxt module plugin modifiable by the user upon installation into Nuxt app?
Right now I've included the plugin in the runtime folder and it gets used by a composable. However, we want the user to be able to customize this plugin file so it can be applied to all vue files. I've tried using addPluginTemplate to write the file and that adds it to the users nuxt app when the module is installed but it gets overwritten upon every run of the module.
1 replies