Skip to content

@angular/[email protected] might be removed from npm registry #16789

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

Closed
1 of 15 tasks
doggy8088 opened this issue Jan 29, 2020 · 3 comments
Closed
1 of 15 tasks

@angular/[email protected] might be removed from npm registry #16789

doggy8088 opened this issue Jan 29, 2020 · 3 comments

Comments

@doggy8088
Copy link
Contributor

🐞 Bug report

Command (mark with an x)

  • new
  • build
  • serve
  • test
  • e2e
  • generate
  • add
  • update
  • lint
  • xi18n
  • run
  • config
  • help
  • version
  • doc

Is this a regression?

No

Description

@angular/[email protected] unable to do the ng new by any way. This version might be able to remove from npm registry.

image

🔬 Minimal Reproduction

docker run -it --rm node:lts bash
npm install -g @angular/[email protected]
ng new demo1

🔥 Exception or Error

root@ffe6702d758b:/# npm install -g @angular/[email protected]
/usr/local/bin/ng -> /usr/local/lib/node_modules/@angular/cli/bin/ng

> @angular/[email protected] postinstall /usr/local/lib/node_modules/@angular/cli
> node ./bin/ng-update-message.js

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/@angular/cli/node_modules/fsevents):     npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

+ @angular/[email protected]
added 240 packages from 192 contributors in 6.616s
root@ffe6702d758b:/# ng new demo1
Schematic input does not validate against the Schema: {"dryRun":false,"version":"6.0.4","skipGit":false,"skipInstall":false,"linkCli":false,"commit":true,"newProjectRoot":"projects","inlineStyle":false,"inlineTemplate":false,"routing":false,"prefix":"app","style":"css","skipTests":false}
Errors:

  Data path "" should NOT have additional properties(dryRun).

🌍 Your Environment


Angular CLI: 6.0.4
Node: 12.14.1
OS: linux x64
Angular:
...

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.6.4
@angular-devkit/core         0.6.4
@angular-devkit/schematics   0.6.4
@schematics/angular          0.6.4
@schematics/update           0.6.4
rxjs                         6.5.4
typescript                   2.7.2

Anything else relevant?

There are still some versions removed from npm registry. Such as 6.0.6 and 6.0.9.

@alan-agius4
Copy link
Collaborator

alan-agius4 commented Jan 29, 2020

@doggy8088, Angular CLI version 6 is no longer in LTS: https://angular.io/guide/releases

While, you cannot create a new application it doesn’t mean it should be removed from npm as it can break users which might be using it for other user journeys such as running a build.

@doggy8088
Copy link
Contributor Author

It's okay. Never mind.

I just found a related issue: #11006 (comment)

doggy8088 added a commit to doggy8088/ngcli-docker that referenced this issue Jan 30, 2020
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants