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

rojo plugin install does not work properly #320

Closed
NobleDraconian opened this issue May 11, 2020 · 0 comments
Closed

rojo plugin install does not work properly #320

NobleDraconian opened this issue May 11, 2020 · 0 comments
Labels
type: bug Something happens that shouldn't happen

Comments

@NobleDraconian
Copy link

Currently, in rojo 6.0.0-rc.1, the plugin install command does not work properly, as it spits an error about a plugin project file not existing:
image

@LPGhatguy LPGhatguy added the type: bug Something happens that shouldn't happen label May 11, 2020
@LPGhatguy LPGhatguy added this to the Rojo 6 Blockers milestone May 11, 2020
Dekkonot pushed a commit to UpliftGames/rojo that referenced this issue Jan 11, 2024
Fixes rojo-rbx#320.

Previously, the root project file was loaded via methods on Project
(which do not know about the VFS) instead of through the VFS like
all other disk access.

This meant that Rojo was unable to build its own plugin because
there is no project file on the real disk, only in the VFS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something happens that shouldn't happen
Projects
None yet
Development

No branches or pull requests

2 participants