[npm] Error: EPERM: operation not permitted, unlink 'D:\Sources\**\node_modules\fsevents\node_modules\abbrev\package.json'

This did the magic for me:

  1. Close all editors/IDEs and other open consoles.
  2. Open a new cmd prompt in the project folder.
  3. Run the command npm install node-sass@^4.14.1
  4. Run the command npm install --no-optional

P.S.: My node version was above 14.