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

Hello! #4

Open
davidecampello opened this issue Jul 5, 2020 · 4 comments
Open

Hello! #4

davidecampello opened this issue Jul 5, 2020 · 4 comments

Comments

@davidecampello
Copy link

Hi @stephaneeybert
I would like to try your project because I'm looking for something similar (I think).
Is it possible?
I cloned it but I see some missing packages. Are private?
Thank you
Davide

@stephaneeybert
Copy link
Owner

Sure it's possible. There is no private package. But if you look at the dependencies you will see it relies on a few repositories named lib-core lib-i18n etc...

@davidecampello
Copy link
Author

Thanks for the answer.
When i run npm install I have errors because of this missing packages. Where can I find them?

In package-lock.json I see they are resolved from this url http://verdaccio:4873/@stephaneeybert%2flib-core/...

@davidecampello
Copy link
Author

Ok sorry, they are in your github but yesterday npm gave me some errors. I try do to better...

@stephaneeybert
Copy link
Owner

Hi Davide, it's because Verdaccio is a local npm store. I installed it on my machine so as to publish dependencies on it, instead of on the public npm store. You can clone the dependencies from GitHub and add them directly into your project, skipping the npm process altogether. Another option is for you to install Verdaccio on your machine. If you are short on time then edit the package JSON file and remove these dependencies, and add them as code in the project. There are a few options for you to choose.

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