No matter what I do, nothing works. tagify.min.js file is missing from the dist directory of the @yaireo/tagify package. It seems like it won't ever install/save.
I tried updating your webpack.mix.js for equivalent build configuration to use one of the available file tagify.js. And still get an incomplete deployment with missing assets.
â Mix âââââââââââââââââââââââââ done (99%)
plugins
[webpack-cli] [Error: ENOENT: no such file or directory, open '/Users//Desktop/metronic_laravel_v8.2.5/starterkit/node_modules/@yaireo/tagify/dist/tagify.min.js'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users//Desktop/metronic_laravel_v8.2.5/starterkit/node_modules/@yaireo/tagify/dist/tagify.min.js'
So tired of trying to deploy this.
Hi Dan Mullaney
Sorry for your experience. Great to hear you were able to run it with React. We will improve the Laravel. Thank you for your feedback and for choosing our theme. We're glad to hear that you love it and appreciate your understanding.
Hi Dan Mullaney
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 this line by removing ".min" from the tagify path.
node_modules/@yaireo/tagify/dist/tagify.min.js
node_modules/@yaireo/tagify/dist/tagify.js
Hi Faizal, I've seen your replies on this specific issues on multiple help request here on the forum.
I've applied your changes too but now I get the same error on another modules, this is time is datatables.net-buttons
launching:
[webpack-cli] [Error: ENOENT: no such file or directory, open "C:\xampp\htdocs\metronic_laravel_v8.2.5\starterkit\node_modules\datatables.net-buttons\js\buttons.flash.js"] {
errno: -4058,
code: "ENOENT",
syscall: "open",
path: "C:\\xampp\\htdocs\\metronic_laravel_v8.2.5\\starterkit\\node_modules\\datatables.net-buttons\\js\\buttons.flash.js"
}