|
|
|
|
|
by llamaLord
1226 days ago
|
|
I can see that your library has a bunch of dependencies on other libraries you've published like "editor", but these don't seem to be accessible on NPM. Honestly wondering if this will even compile locally without your .npmrc file and npm creds... |
|
The "real" dependencies are FontAwesome (icons), Vue, Pinia (vue store) and Synth Color (a custom package I made to generate color schemes)
In short, the editor is already compiled. So you just need to install the package, it will automatically download the peer dependencies, as any NPM package.
I made a small demo repo here: https://github.com/lunapark/demo (you might need to update the package.json file to point to the actual version of Luna Park thought)