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
When I run electron-builder install-app-deps command, I receive the following error: ENOENT: no such file or directory, stat 'C:\path\to\project\node_modules\.pnpm\node_modules\acorn-import-assertions.
Expected Behavior
I expect command script to finish its job successfully.
Package Manager Version
pnpm 9.15.4
electron-builder Version
25.1.8
Operating System
Windows
Additional Information
I believe this is happening because nowadays acorn-import-assertionspackage is deprecated and instead we have acorn-import-attributes package.