Closed P-Sc closed 1 year ago
The following line throws an error on npm install, because createSingleFileWatcherPerNamewas removed in microsoft/TypeScript@fd05c0cc6da676c5b9183ad2a7ced7ce363b855a . https://github.com/frida/frida-compile/blob/1567c9595e607928312030512605ea92a29e8d14/src/system/node.ts#L80
npm install
createSingleFileWatcherPerName
Oops! Thanks a lot for reporting this. Just released 16.2.1 with the fix.
The following line throws an error on
npm install
, becausecreateSingleFileWatcherPerName
was removed in microsoft/TypeScript@fd05c0cc6da676c5b9183ad2a7ced7ce363b855a . https://github.com/frida/frida-compile/blob/1567c9595e607928312030512605ea92a29e8d14/src/system/node.ts#L80