javascriptnpmfigma-api

Error when attempting to run Figma spellchecker extension


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.


Solution

  • 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"