Error running `ignite doctor` on Windows
See original GitHub issueRunning 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
- Run:
ignite doctor
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top 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 >
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
@jamonholmgren Can confirm
ignite doctor
command is now working as expected in version6.1.1
. Many thanks!@patevs Can you test with 6.1.1?