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

NodePackageLinkTask fails to execute in custom schematics #25824

Closed
1 task
Nosfistis opened this issue Sep 12, 2023 · 2 comments
Closed
1 task

NodePackageLinkTask fails to execute in custom schematics #25824

Nosfistis opened this issue Sep 12, 2023 · 2 comments

Comments

@Nosfistis
Copy link

Command

other

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

I have created a custom ngAdd schematic, where I check a boolean option (--local), and if it is set I want to perform a link to a local package instead of the npm registry.

In order to do this, instead of:

context.addTask(new NodePackageInstallTask());

for each package I want to link I do

context.addTask(new NodePackageLinkTask(packageName));

However, the command fails. It seems that the actual command being ran is npm test-package where test-package is the package I want to link.

After checking the executor, it seems that the link command of NodePackageLinkTask is disregarded entirely:
https://github.com/angular/angular-cli/blob/b4a12a9264033c18cdc2de81b05a2d1f41d549e2/packages/angular_devkit/schematics/tasks/package-manager/executor.ts#L91C9-L98

Minimal Reproduction

Follow the ngAdd tutorial, and use NodePackageLinkTask instead of NodePackageInstallTask`.

Exception or Error

Unknown command: `test-package`

Your Environment

Package                            Version
------------------------------------------------------------
@angular-devkit/architect          0.1303.7
@angular-devkit/build-angular      13.3.7
@angular-devkit/core               13.3.7
@angular-devkit/schematics         13.3.7
@angular/cdk                       13.3.9
@angular/cli                       13.3.7
@angular/flex-layout               13.0.0-beta.38
@angular/material                  13.3.9
@angular/material-moment-adapter   13.3.9
@schematics/angular                13.3.7
ng-packagr                         13.3.1
rxjs                               7.5.5
typescript                         4.6.4

Anything else relevant?

This does not seem to have changed in the past angular versions.

@ahmedhalac
Copy link

Hi. Is anybody working on this? I could try to fix it.

@alan-agius4
Copy link
Collaborator

Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases.

@alan-agius4 alan-agius4 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants