Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freezing on the simplest commands #4050

Closed
Y-Less opened this issue Oct 29, 2018 · 4 comments
Closed

Freezing on the simplest commands #4050

Y-Less opened this issue Oct 29, 2018 · 4 comments

Comments

@Y-Less
Copy link

Y-Less commented Oct 29, 2018

Description/Steps to reproduce

  1. Type lb.
  2. Use the default suggested name.
  3. Wait.

I've never got past stage 3. It seems to hang, with basically no CPU usage, or is just running insanely slowly. I'd believe either, since it takes four seconds just to run lb --version, I'd hate to think how much slower something more complex than printing a simple string was.

Link to reproduction sandbox

Expected result

Do something.

Additional information

`node -e 'console.log(process.platform, process.arch, process.versions.node)'

win32_x64 10.9.0

npm ls --prod --depth 0 | grep loopback

grep : The term 'grep' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:29
+   npm ls --prod --depth 0 | grep loopback
+                             ~~~~
    + CategoryInfo          : ObjectNotFound: (grep:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
@littlepd
Copy link

littlepd commented Nov 2, 2018

I have a similar issue. I just download Loopback and I'm working my way down the "Getting Started" page. I typed "lb" and pressed enter. Then entered "hello-world" for the first question. Pressed enter. Now it's just sitting there.

@raymondfeng
Copy link
Member

@littlepd Are you on Windows too?

@littlepd
Copy link

littlepd commented Nov 2, 2018 via email

@raymondfeng
Copy link
Member

Duplicate of strongloop/loopback-cli#36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants