You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think he's running into the same problem I am.
On the npm run build command, there will be a segfault
> [email protected] build
> rm -rf dist && parcel build .
console: (node:38107) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
console: Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
⠙ Building ytdl-hook.ts...
node(38107,0x16ffdf000) malloc: Incorrect checksum for freed object 0x15098d000: probably modified after being freed.
Corrupt value: 0x656262383310222a
node(38107,0x1703eb000) malloc: Incorrect checksum for freed object 0x138026000: probably modified after being freed.
Corrupt value: 0x656262383310222a
sh: line 1: 38107 Segmentation fault: 11 parcel build .
First of all, thanks for the remarkable job!
As the README.md mentioned, that it seems like the plugin will generate a package named
iina-plugin-ytdl
, how to generate it?I use the
Plugins
menu from thePreferences
, pressInstall from a local package
, and what file should I choose.The text was updated successfully, but these errors were encountered: