Angular 9 invalid package name error
See original GitHub issueGet 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:
- Created 3 years ago
- Comments:7
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@BuzzVenter https://stackoverflow.com/questions/62288293/ionic-invalid-package-name-ngcc-entry-points-json
rm -rf node_modules
npm install
@Kade-95 when deleting node_module doesn’t work you also need to delete the package-lock.json