You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: