question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 9 invalid package name error

See original GitHub issue

Get this error on running npm i @ngneat/until-destroy in my project (Angular v 9.1)

code EINVALIDPACKAGENAME
Invalid package name "__ngcc_entry_points__.json": name cannot start with an underscore

any suggestions?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
ArcosBinarycommented, Apr 28, 2021

@Kade-95 when deleting node_module doesn’t work you also need to delete the package-lock.json

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ionic invalid package name __ngcc_entry_points__.json
Solution to this problem is: rm -rf node_modules npm install.
Read more >
ng new - Angular
Option Description Value Type Default Value ‑‑commit Initial git repository commit information. boolean true ‑‑directory The directory name to create the workspace in. string ‑‑force Force...
Read more >
Angular workspace configuration
Specify the schematic name for a subcommand in the format schematic-package:schematic-name ; for example, the schematic for generating a component is @ ...
Read more >
ng add - Angular
Option Description Value Type Default Value ‑‑force Force overwriting of existing files. boolean false ‑‑interactive Enable interactive input prompts. boolean true ‑‑registry The NPM registry to...
Read more >
NG0201: No provider for {token} found! - Angular
To fix the error ensure that your service is registered in the list of providers of an NgModule or has the @Injectable decorator...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found