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

Metronic Laravel error - Cannot find module 'del' - solution



Error: Cannot find module "del"




In the recent latest of Metronic Laravel, the above error will appear when running npm run dev command.

In the recent node modules plugin, the del plugin has been excluded from the default. We have to add it manually.

The solution:
Run the below command, then proceed with the rest of the steps.


npm install --save-dev del


For more information, please check https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/build

Thanks


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