Giter VIP home page Giter VIP logo

Comments (8)

micrum avatar micrum commented on August 17, 2024

Hi @egemenertugrul, could you please try to install Gulp globally?

$ npm install --global gulp

from angular-material-dashboard.

egemenertugrul avatar egemenertugrul commented on August 17, 2024

Okay, here's what i've done, I ran all those commands (along with global installations) inside the \angular-material-dashboard-master folder (main) . In the end, two new folders were created bower_components, node_modules. What am i doing wrong?

from angular-material-dashboard.

micrum avatar micrum commented on August 17, 2024

All right, those new folders contains vendor libs. Is the problem still observed after installation?

from angular-material-dashboard.

egemenertugrul avatar egemenertugrul commented on August 17, 2024

Yes,it occurs

Error: Cannot find module 'multimatch'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (C:\Users\steril\Desktop\angular-material-dashboard-ma
ster\node_modules\gulp-load-plugins\index.js:2:18)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)

from angular-material-dashboard.

micrum avatar micrum commented on August 17, 2024

seems like something went wrong with the plugins installation.
Try to reinstall gulp dependencies:

$ npm uninstall gulp-load-plugins
$ npm install gulp-load-plugins

If this doesn't work try to remove entire node_modules folder and re-install modules.

$ rm -rf node_modules
$ npm install

from angular-material-dashboard.

micrum avatar micrum commented on August 17, 2024

@egemenertugrul I noticed that you are Windows user, so instead of rm -f command use rmdir, or GUI

from angular-material-dashboard.

egemenertugrul avatar egemenertugrul commented on August 17, 2024

Thanks for your help, a clean install figured it out. I'm sorry for taking your time..

from angular-material-dashboard.

micrum avatar micrum commented on August 17, 2024

no problem, thanks for using our project

from angular-material-dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.