Good morning!

I want to set up a preprocessor in Idea Ide through Node js.

I installed Node js and node-sass.

enter image description here

In the ide itself, such settings.

enter image description here

In the console:

9:25:22 An exception occurred while executing watcher 'Sass'. Watcher has been disabled. Fix it.: Cannot run program "C:\Users\mk\node_modules\node-sass\bin\node-sass" (in directory "C:\Users\mk\Desktop\OpenServer\domains\SFAK-popup"): CreateProcess error=193, %1 не является приложением Win32 9:25:53 An exception occurred while executing watcher 'Sass'. Watcher has been disabled. Fix it.: Cannot run program "C:\Users\mk\node_modules\.bin\node-sass" (in directory "C:\Users\mk\Desktop\OpenServer\domains\SFAK-popup"): CreateProcess error=193, %1 не является приложением Win32 

Tried to deliver different files, for example node-sass (\ node_modules \ node-sass \ bin)

Tell me what is wrong and how to fix it?

  • Idea, but as I understand it there’s one thing - VINET
  • I can assume that the problem is in the arguments with which the executable starts - Andrew Bystrov
  • not exe there, just node-sass. Removed all arguments - likewise. As far as I understand, the error is: CreateProcess error = 193,% 1 is not a Win32 application - VINET
  • what is node-sass? - Grundy
  • as I understood it is sass in node) - VINET

0