Quenty/NevermoreEngine

Nevermore x Rojo

madeinjei opened this issue · 1 comments

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?

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"
},