Aspose.cells npm can't be installed

We have Aspose license and currently using in Asp.net. But now we are migrating our project in NodeJs from Asp.net. So I was trying to install aspose.cells in Nodejs. but It give me Error: Could not find any Visual Studio installation to use error.

I couldn’t understand, why Visual Studio required?

image.png (99.0 KB)

Do you have any solution?

Please give me proper solution.

Thanks in advance.

Jignesh Patel

@jigsk,

Yes, some Visual Studio .NET tools are also required. It is good if you can have VS.NET 2017 or VS.NET 2019 on your system (OS: Windows 10).

npm config set msvs_version 2017
npm install -g node-gyp
npm install java

Also, see the document for your reference.