Currently, I am in the process of learning how to develop an Angular 2 library based on a project that has been built with Angular-CLI. To aid me in this endeavor, I am referencing the examples set by Nikita Smolenskii in ng-demo-lib and ng-demo-app.
Within the package.json file, the library dependence is outlined as follows:
"ng-demo-lib": "git+ssh://<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ddbab4a99dbab4a9b5a8bff3beb2b0">[email protected]</a>/nsmolenskii/ng-demo-lib.git",
The issue arises when I attempt to run npm install on ng-demo-app, resulting in the following error messages:
... [error messages] ...
This concept of importing from a remote repository within the package.json file is uncharted territory for me. Could someone provide guidance on how to properly set up my identity with Github to rectify this permissions issue?