Probléme d'utiliser sass

j’ai une error lors je fait yarn start pour que je travailler sur sass

Hi @karima,

You may have to Google that error message to find help, as it doesn’t look like a Sage-specific problem.

A few starting suggestions:

  1. Watching on Linux seems to run into problems sometimes. See here for a possible solution: https://github.com/facebook/jest/issues/3254#issuecomment-297214395
  2. Make sure you don’t have any other processes (e.g., old node processes) listening on the same port (e.g., try killall node or use netstat to see if anything else is on that port).
  3. Make sure you have free space on any partitions being used by the process (sometimes the ENOSPC error can refer to that, but doesn’t seem like the likely cause to me).
1 Like