bitcoinjs-lib icon indicating copy to clipboard operation
bitcoinjs-lib copied to clipboard

error TS2688: Cannot find type definition file for 'node'.

Open TomaszWaszczyk opened this issue 7 months ago • 0 comments
trafficstars

How to solve the error?

npm run build

> [email protected] build
> npm run clean && tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json && npm run formatjs


> [email protected] clean
> rimraf src

error TS2688: Cannot find type definition file for 'node'.
  The file is in the program because:
    Entry point of type library 'node' specified in compilerOptions


Found 1 error.

TomaszWaszczyk avatar Apr 13 '25 19:04 TomaszWaszczyk