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.

`ionic doctor check` throws error after fixing some issues

See original GitHub issue

Description:

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'

screen shot 2018-02-05 at 13 57 16

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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
CookieCooksoncommented, Feb 6, 2018

Yep - looks like I still had @ionic/cli-utils present in my local repo.

0reactions
CookieCooksoncommented, Feb 5, 2018

Thanks for the fast response @dwieeb, I will give it a go tomorrow.

Read more comments on GitHub >

github_iconTop 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 >

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