Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

npm tagify.min.js


I'm trying to install the laravel template on my server and when I run "npm install" I have this error.

Error: ENOENT: no such file or directory, open ~/starterkit/node_modules/@yaireo/tagify/dist/tagify.min.js

I try the following steps to resolve the issue:

1. Remove the `node_modules` folder.
2. Delete the `yarn.lock` or `package-lock.json` files if they exist.
3. Run `npm install` to reinstall the dependencies.

I have the same issue and following these steps did not help.

I need help, please


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 (2)


Hi Samuel Olavo

Apologise for the inconvenience. Please refer to this link for the workaround.
https://devs.keenthemes.com/question/npm-install-problem

Thank you



Hello all, for those facing that problem the fix is quite simple:

just replace in resources/mix/plugins.js:

'node_modules/@yaireo/tagify/dist/tagify.min.js',

with

'node_modules/@yaireo/tagify/dist/tagify.js',

then recompile.

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


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  :(