Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Version is broken on pnpm Watch #975

Open
FernieRealEstate opened this issue Jan 21, 2024 · 2 comments
Open

Latest Version is broken on pnpm Watch #975

FernieRealEstate opened this issue Jan 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@FernieRealEstate
Copy link

Describe the bug
Calling pnpm watch, it cannot find some files:

Library not loaded: @rpath/Squirrel.framework/Squirrel
Library not loaded: @rpath/ReactiveObjC.framework/ReactiveObjC
Library not loaded: @rpath/Mantle.framework/Mantle

I manually edited the node_modules folder to get the paths to match the error message. It works now, but will break again

Wanted path: node_modules/electron/dist/Electron.app/Contents/Frameworks/Squirrel.framework/Squirrel

Actual path:
node_modules/electron/dist/Electron.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel

The difference is "/Version/A/"

Weird?

@FernieRealEstate FernieRealEstate added the bug Something isn't working label Jan 21, 2024
@cawa-93 cawa-93 added the help wanted Extra attention is needed label Jan 21, 2024
@cawa-93
Copy link
Owner

cawa-93 commented Jan 21, 2024

When it breaks? I not testing and have not opportunity to support all package managers 😔 Maybe someone else can help 🤞

@FernieRealEstate
Copy link
Author

The odd thing is that I cloned your repo a few days ago and it worked fine. So maybe something changed with the latest commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants