Hi Team
There is an error
Error: ENOENT: no such file or directory, open '/Users/xxxxxxx/xxxxx/xxxx/ims/node_modules/@yaireo/tagify/dist/tagify.min.js
I tried with npm install but this keep coming
Hi heshan max
Sorry for the inconvenience. In the recent tagify version, the tagify.min.js file has been remove by the plugin author. We will fix this in the next version soon.
As a workaround, open this file and edit /starterkit/resources/mix/plugins.js
Edit at this line by removing ".min" from the tagify path.
node_modules/@yaireo/tagify/dist/tagify.min.js
node_modules/@yaireo/tagify/dist/tagify.js