After running the "npm i vue3-quill" command and adding the global reference as expressed in the guide I receive a dependency error when trying to serve my app.
This dependency was not found:
customQuillModule in ./src/main.js
To install it, you can run: npm install --save customQuillModule
The customQuillModule is not a valid command for the NPM repository. is there a way to get past this issue?
After running the "npm i vue3-quill" command and adding the global reference as expressed in the guide I receive a dependency error when trying to serve my app.
This dependency was not found:
To install it, you can run: npm install --save customQuillModule
The customQuillModule is not a valid command for the NPM repository. is there a way to get past this issue?