peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

spec folder is missing #215

Open alexejibishvili opened 3 years ago

alexejibishvili commented 3 years ago

I installed ExcelJS using Yarn. Because ExcelJS needs BigInteger.js, it got installed automatically. When I try to run solution in VS2019 I get error: image

As you can see, spec/tsDefinitions.ts can't be found. Then I checked installation folder of BigInteger.js: image

There is no folder named "spec".

I thought maybe it was because of Yarn. I initiated brand new npm and installed BigInteger.js using npm. SAME RESULT: image

What can I do now? How to fix it? Am I doing something wrong or there is some technical error?