1

Node version: v12.13.0 Ionic version: 5.4.16 Node-sass: 4.13.1
libsass: 3.5.4
MacOS: 10.15.3

npm rebuild node-sass --force did not help

Moe Say
  • 51
  • 2
  • 6

1 Answers1

2
  1. npm --depth 9999 update
  2. npm rebuild node-sass
Hamza Meghlaoui
  • 146
  • 1
  • 2
  • The --depth option is no longer supported in newer node versions. see https://github.com/npm/rfcs/blob/latest/implemented/0019-remove-update-depth-option.md – SimonEritsch Feb 05 '21 at 18:39