The New Way to Build! Introducing ReUI — the developer platform for agentic UI with shadcn/ui
Learn More

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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


drift boss game will take you into the world of amazing drifts



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



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


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(