1

I have followed the instructions outlined in the readme, but I am unable to run the spellchecker extension for Figma.

Running npm run build works without issue. When attempting to run npm run spellcheck, however, I receive the following output in console: console error.

Jamie Wong
  • 17,388
  • 7
  • 57
  • 81

1 Answers1

1

can you try running

npm install --global --production windows-build-tools

first and seeing if that fixes your problem?

Via: npm install error - MSB3428: Could not load the Visual C++ component "VCBuild.exe"

Karl Jiang
  • 26
  • 1