Closed farzadkhandan closed 2 years ago
It seems that the compiler is compiling all the *.d.ts again and this creates a problem. Any way to avoid this? setting "skipLibCheck": true in compilerOptions doesn't work though.
Never mind. I've updated the typescript and node-ts for the local package and it worked!
Never mind. I've updated the typescript and node-ts for the local package and it worked!
Which version of Typescript did you update to? I just got the same issue with "typescript": "^3.8.0"
in my package.json
Edit for anyone coming to this issue: as long as you bump typescript to at least version 4 it should work.
I have added the package to my node.js/typescript application. The package.json file shows
"danfojs-node": "^1.0.2"
.When I try to build the app using
npm run build
, I get 139 errors. The first few are:My build script is
Any advice? Am I missing something?