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