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
Is your feature request related to a problem? Please describe.
Yes. I can only npm i versions that have been released to npmjs.com. For example, 7.1.1 has a github release, but has not been uploaded to npmjs.com
Because the module is in the nativescript-angular subdir, the standarized way to install from a branch does not work. IE:
npm i NativeScript/nativescript-angular@master
Describe the solution you'd like
Move package.json to root.
Describe alternatives you've considered
move the nativescript-angular npm module to its own repo.
Additional context
AFAIK npm and yarn do not support installing from git when package.json is in a subdir.
The text was updated successfully, but these errors were encountered:
Hi @rynop,
Thank you for the provided feedback.
I would suggest checking out the described workflow in the repository - developer-workflow. As it is mentioned the repository contains several test apps that are used for testing the nativescript -angular and provides a straightforward workflow for the devs.
If you need to use the upcoming version of this page you can use @next npm version of the nativescript-angular, which corresponds to the master branch. If you still need to use directly the master branch, you can follow the below-described steps.
Thanks @tsonevn. I tried @next but it did not correspond to master (was still 7.1.0-x).
It's unfortunate that the file structure of the repo is preventing a slew of easy-to-use npm/yarn function on install/update (ex: tag,version,url,tar).
Any idea when 7.1.1 is going to be released to npmjs.com? I think my use case/concern goes away with just some education on my part.
When a patch version is released to github, what is the timeline for it to be released to npmjs.org? 7.1.1 contains a fix for a regression bug that broke navigation functionality.
Is your feature request related to a problem? Please describe.
Yes. I can only
npm i
versions that have been released to npmjs.com. For example, 7.1.1 has a github release, but has not been uploaded to npmjs.comBecause the module is in the
nativescript-angular
subdir, the standarized way to install from a branch does not work. IE:Describe the solution you'd like
Move
package.json
to root.Describe alternatives you've considered
move the nativescript-angular npm module to its own repo.
Additional context
AFAIK npm and yarn do not support installing from git when
package.json
is in a subdir.The text was updated successfully, but these errors were encountered: