frida / frida-compile

Compile a Frida script comprised of one or more Node.js modules
Other
190 stars 48 forks source link

createSingleFileWatcherPerName was removed with TypeScript 4.9 #67

Closed P-Sc closed 1 year ago

P-Sc commented 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

oleavr commented 1 year ago

Oops! Thanks a lot for reporting this. Just released 16.2.1 with the fix.