-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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. |
@littlepd Are you on Windows too? |
Yep
…On Fri, Nov 2, 2018, 3:58 PM Raymond Feng ***@***.*** wrote:
@littlepd <https://github.com/littlepd> Are you on Windows too?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4050 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM1clFctMTUatBB7uSsBGtu5SPZYc6idks5urLH9gaJpZM4X_pBA>
.
|
Duplicate of strongloop/loopback-cli#36 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description/Steps to reproduce
lb
.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
The text was updated successfully, but these errors were encountered: