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
we have an extension which uses clipboardy as dependency, recently when we upgraded from 1.2.3 to 3.0.0 we were getting FilePath URL issues in windows, but worked in linux/mac
TypeError: File URL path must be absolute
at getPathFromURLWin32 (node:internal/url:1433:11)
at fileURLToPath (node:internal/url:1466:35)
when we checked the transpiled javascript, it was the absolute URL clipboardy was using for different platforms was not correct and it was depending on the platform where the extension was published.
The text was updated successfully, but these errors were encountered:
we have an extension which uses clipboardy as dependency, recently when we upgraded from 1.2.3 to 3.0.0 we were getting FilePath URL issues in windows, but worked in linux/mac
TypeError: File URL path must be absolute
at getPathFromURLWin32 (node:internal/url:1433:11)
at fileURLToPath (node:internal/url:1466:35)
when we checked the transpiled javascript, it was the absolute URL clipboardy was using for different platforms was not correct and it was depending on the platform where the extension was published.
The text was updated successfully, but these errors were encountered: