Skip to content

ng update don't work with local modules #12632

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
lichkovskyi opened this issue Oct 18, 2018 · 5 comments
Closed

ng update don't work with local modules #12632

lichkovskyi opened this issue Oct 18, 2018 · 5 comments
Labels
freq1: low Only reported by a handful of users who observe it rarely severity3: broken
Milestone

Comments

@lichkovskyi
Copy link

Bug Report or Feature Request (mark with an x)

- [x ] bug report -> please search issues before submitting
- [ ] feature request

Command (mark with an x)

- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [x ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc

Versions

➜ ~ node --version
v10.12.0
➜ ~ npm --version
6.4.1
➜ ~ ng --version

 _                      _                 ____ _     ___
/ \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|

/ △ \ | '_ \ / | | | | |/ _ | '__| | | | | | |
/ ___ | | | | (
| | || | | (| | | | || | | |
// __| ||_, |_,||_,|| _|||
|___/

Angular CLI: 6.2.5
Node: 10.12.0
OS: darwin x64
Angular:
...

Package Version

@angular-devkit/architect 0.8.5
@angular-devkit/core 0.8.5
@angular-devkit/schematics 0.8.5
@schematics/angular 0.8.5
@schematics/update 0.8.5
rxjs 6.2.2
typescript 2.9.2

Repro steps

  1. I added module to package.json from local path (https://docs.npmjs.com/files/package.json#local-paths)
    For example:
    "my-module": "file:../modules/my-module",
  2. Run command ng update

The log given by the failure

➜ ~ ng update
Not found : my-module

Desired functionality

Mention any other details that might be useful

@alan-agius4
Copy link
Collaborator

Relates to #12263

@ngbot ngbot bot added this to the needsTriage milestone Oct 18, 2018
@alan-agius4 alan-agius4 added the freq1: low Only reported by a handful of users who observe it rarely label Oct 18, 2018
@rsarky
Copy link
Contributor

rsarky commented Oct 23, 2018

Hey @alan-agius4 I could give this a shot. Any pointers?

@alan-agius4
Copy link
Collaborator

@rsarky this should be fixed by #12526

@alan-agius4
Copy link
Collaborator

alan-agius4 commented Nov 12, 2018

Fixed by #12526 and is available in the v7.1.0-beta.1

@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 Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
freq1: low Only reported by a handful of users who observe it rarely severity3: broken
Projects
None yet
Development

No branches or pull requests

3 participants