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

@roboplay/sage - Fix upgrades on Windows #347

Open
Pkmmte opened this issue Nov 1, 2024 — with Volta.net · 0 comments
Open

@roboplay/sage - Fix upgrades on Windows #347

Pkmmte opened this issue Nov 1, 2024 — with Volta.net · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest

Comments

Copy link
Member

Pkmmte commented Nov 1, 2024

Points: 2
Ref: https://discord.com/channels/1087134933908193330/1301391856017604608


Somewhere along the way, something got messed up that caused scoped packages to use Windows slashes rather than standard Node slashes. (/ -> \)

We often do this for paths in the file system for compatibility purposes, but that may now be backfiring for packages with slashes in their name. (e.g. @robojs/server)

Whatever is caused this conversion to happen needs to be fixed. I suspect it's some sort of path.join or path.resolve call when referencing the package.

@Pkmmte Pkmmte added bug Something isn't working good first issue Good for newcomers hacktoberfest labels Nov 1, 2024 — with Volta.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant