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

Getting started #12

Open
NatsGt opened this issue Aug 24, 2023 · 1 comment
Open

Getting started #12

NatsGt opened this issue Aug 24, 2023 · 1 comment

Comments

@NatsGt
Copy link

NatsGt commented Aug 24, 2023

I tried to use the npm install @florianbepunkt/[email protected], but I get an error. I am a bit junior in this sense, is there another way of using this repo into my code.

@florianbepunkt
Copy link
Owner

This package is hosted in a compatible, but different registry than npm. Since the exception. There are two options:

(1) Please search for "install packages from the Github package repository". Configure your .npmrc accordingly before installing the package.
(2) Since this repo is rather unstable: Simply clone the content of the src folder into your typescript project and add the dependencies and dev dependencies from this libs package.json to your package.json. This would add the benefit that you can make and test changes in this lib rather easily. But it would only work if you are using typescript with a similiar ts config.

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