`ionic doctor check` throws error after fixing some issues
See original GitHub issueDescription:
After doing ionic doctor check
I removed the local ionic from the project, updated app-scripts and rejected to upgrade ionic-native libraries it returned Error: Cannot find module 'lodash/isEqual'
Steps to Reproduce: See description above
Output: [ERROR] Error: Cannot find module ‘lodash/isEqual’
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Promise.all.Promise.resolve.then
(/Users/christiancook/Repositories/elixel-cuppa-web/node_modules/@ionic/cli-utils/lib/config.js:90:94)
at process._tickCallback (internal/process/next_tick.js:109:7)
My ionic info
:
cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@ionic/app-scripts : 3.1.8
Cordova Platforms : android 6.2.3 ios 4.5.2
Ionic Framework : ionic-angular 3.9.2
System:
Android SDK Tools : 25.2.5
ios-deploy : 1.9.2
Node : v6.11.2
npm : 5.6.0
OS : macOS Sierra
Xcode : Xcode 9.2 Build version 9C40b
Environment Variables:
ANDROID_HOME : /Users/christiancook/Library/Android/sdk/
Misc:
backend : legacy
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ionic doctor check: Command to Check Issues on Ionic Projects
This command detects and prints common issues and suggested steps to fix them. Some issues can be fixed automatically. See ionic doctor treat...
Read more >i was building an old version of ionic app ending up having ...
i fix the error there was a script file missing so i have to create a new directory bin containing "www/script.js" in it...
Read more >10 Common Ionic Problems & Error Messages (And How to ...
We have all seen many error messages while developing our Ionic apps. Some appear more frequent, others appear only on very special ...
Read more >Lesson 4: Using the Ionic CLI | Ionic Start
Let's get into it! Serving your Application. As you probably already know, you can view the Ionic application that you are working on...
Read more >48 answers on StackOverflow to the most popular Angular ...
BehaviorSubject vs Observable? @Directive v/s @Component in Angular; Angular HTTP GET with TypeScript error http.get(…).map is not a function in ...
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 FreeTop 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
Top GitHub Comments
Yep - looks like I still had
@ionic/cli-utils
present in my local repo.Thanks for the fast response @dwieeb, I will give it a go tomorrow.