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

Nevermore x Rojo #250

Open
madeinjei opened this issue Jan 28, 2022 · 1 comment
Open

Nevermore x Rojo #250

madeinjei opened this issue Jan 28, 2022 · 1 comment

Comments

@madeinjei
Copy link

madeinjei commented Jan 28, 2022

Currently the documentation written explains how to install packages with npm and how to install Nevermore using the command bar. Is there no "CLEAN" way to install nevermore packages into rojo being that most if not all the folders are nested with their own project.json files.
I saw a similar issue posted under `Rojo's issues ( rojo-rbx/rojo#383 & rojo-rbx/rojo#472 ) but it seemed it ended after that and nothing was said about it again.

Is there a solution to this issue or any workarounds, or is this still an issue?

@OttoHatt
Copy link
Contributor

You can sync nevermore packages with vanilla Rojo by adding this entry to your .json file. It will ignore the 'corrupt' project files used by Quenty's Rojo fork:

"globIgnorePaths": ["**/node_modules.project.json"],

Then it's as easy as:

"servicebag": {
	"$path": "lib/nevermore/src/servicebag"
},
"signal": {
	"$path": "lib/nevermore/src/signal"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants