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.

Error running `ignite doctor` on Windows

See original GitHub issue

Running ignite doctor produces the following error:

JavaScript
  node               14.15.3      C:\Users\User\scoop\apps\nodejs-lts\current\node.EXE
  npm                6.14.10      C:\Users\User\scoop\apps\nodejs-lts\current\bin\npm.CMD
  yarn               1.22.5       C:\Users\User\scoop\apps\yarn\current\Yarn\bin\yarn.CMD

Ignite
  ignite-cli         4.0.0        C:\Users\User\scoop\apps\nodejs-lts\current\bin\ignite.CMD
  ignite src         build        C:\Users\User\scoop\persist\nodejs-lts\bin\node_modules\ignite-cli\build
C:\Users\User\scoop\persist\nodejs-lts\bin\node_modules\ignite-cli\node_modules\gluegun\build\index.js:13
    throw up;
    ^

TypeError: Cannot read property 'slice' of null
    at Command.<anonymous> (C:\Users\User\scoop\persist\nodejs-lts\bin\node_modules\ignite-cli\build\commands\doctor.js:152:57)
    at step (C:\Users\User\scoop\persist\nodejs-lts\bin\node_modules\ignite-cli\build\commands\doctor.js:33:23)
    at Object.next (C:\Users\User\scoop\persist\nodejs-lts\bin\node_modules\ignite-cli\build\commands\doctor.js:14:53)
    at fulfilled (C:\Users\User\scoop\persist\nodejs-lts\bin\node_modules\ignite-cli\build\commands\doctor.js:5:58)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

Steps to reproduce

  1. Run: ignite doctor

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
patevscommented, Jan 13, 2021

@jamonholmgren Can confirm ignite doctor command is now working as expected in version 6.1.1. Many thanks!

0reactions
jamonholmgrencommented, Jan 13, 2021

@patevs Can you test with 6.1.1?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Error running `ignite doctor` on Windows -
Running ignite doctor produces the following error: JavaScript node 14.15.3 C:\Users\User\scoop\apps\nodejs-lts\current\node.
Read more >
Install Ignite CLI
On your terminal window, press Ctrl+C to stop the chain that you started with ignite chain serve . Remove the Ignite CLI binary...
Read more >
Understanding Non-Terminating Errors in PowerShell
Summary: Ed Wilson, Microsoft Scripting Guy, talks about understanding non-terminating errors in Windows PowerShell. Hey, Scripting Guy!
Read more >
Polar Ignite User Manual
Plug your watch to your computer. Make sure FlowSync software is running. 2. The FlowSync window opens on your computer, and the syncing...
Read more >
Apache Ignite client reconnection on Server restartup
I am using Apache Ignite for caching purpose and running server on single ... e) { logger.error("Connection to Apache ignite Server failed.
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