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.

'INIT' is not recognized as an internal or external command

See original GitHub issue

Details

Actual Result

I have successfully followed all the steps. However, I am getting below error in last step

$ inv docker.up  --init
'INIT' is not recognized as an internal or external command,
operable program or batch file.

I am working on Windows 10. Docker and other requirements are installed.

Is there any other way if inv docker.up --init is not working ?

Expected Result

http://localhost:9000/ should be accessible

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
astrojuanlucommented, Sep 15, 2021

@vishallanke the steps are meant for Linux, I just opened #8494 to clarify that.

The 'INIT' is not recognized as an internal or external command, message seems to come from cmd.exe, which means that you are running the steps in a Windows terminal, not a Linux-like terminal. To confirm, you can attach a screenshot that shows the whole window.

When you have WSL2 up and running, you should run these instructions from inside WSL2, which gives you a Bash terminal on an Ubuntu-like system. You can read more on the Ubuntu docs.

0reactions
no-response[bot]commented, Nov 10, 2021

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don’t have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix “not recognized as an internal or external ...
Use The Full Path To The Executable File. The “is not recognized as an internal command” error usually occurs because the computer can't...
Read more >
Error: "is not recognized as an internal or external command ...
This is a very simple error. Each string after a white space is seen as a different command in cmd.exe terminal, you simply...
Read more >
Fix “Not Recognized As an Internal or External Command ...
If you meet the error “command is not recognized as an internal or external command, operable program or batch file” problem in Command...
Read more >
Solve: Git Is Not Recognized as an Internal or External ...
If the Git path is not configured correctly, you could also receive the error “git is not recognized as an internal or external...
Read more >
mdb' is not recognized as an in - MDBootstrap
Topic: MDB-CLI | 'mdb' is not recognized as an internal or external command, operable program or batch file. 3li7u free asked 1 year...
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