Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

169
Views
UNMET PEER DEPENDENCY

while installing materialize-css in my angular CLI project I got this message in the terminal:

UNMET PEER DEPENDENCY materialize-css@0.98.2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN angular2-materialize@6.7.2 requires a peer of materialize-css@^0.97.8 but none was installed. npm ERR! code 1

what does that mean?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

  1. Delete the node_modules of your app and clear the npm cache.
  2. Goto package.json file and remove the materialize-css and angular2-materialize.
  3. Then use the following commands

    npm install materialize-css@latest --save -g 
    npm install angular2-materialize@latest --save -g 
    

You will still get the peer dependency on fsevents but not to worry on it.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!