Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tired on this


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.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


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


The problem is that tagify.min.js is no longer there, that will fix the issue.



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"
}


Do you have any solution for this?

Thanks in advance mate


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(