madskristensen / LessCompiler

A Visual Studio extension
Other
15 stars 8 forks source link

VS2017 LESS Compiler fails with { [Error: Cannot find module 'promise'] code: 'MODULE_NOT_FOUND' } #1

Closed JoyalToTheWorld closed 7 years ago

JoyalToTheWorld commented 7 years ago

Installed product versions

Steps to recreate

  1. Install LESS Compiler extension
  2. Create .less file
  3. Make change and save .less file
  4. Observe output window for LESS Compiler

Current behavior

{ [Error: Cannot find module 'promise'] code: 'MODULE_NOT_FOUND' }

Expected behavior

LESS File should be compiled and output successfully generated or an actionable error message should be displayed

nourben commented 6 years ago

Hi, how did you resolve the problem ?