Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

NDB broken after 1.0.26 #195

Closed
heygrady opened this issue Nov 28, 2018 · 8 comments
Closed

NDB broken after 1.0.26 #195

heygrady opened this issue Nov 28, 2018 · 8 comments

Comments

@heygrady
Copy link

  • Mac OS 10.14.1
  • Node 10.13.0
  • Yarn 1.12.3

With 1.0.27 or higher ndb doesn't open/doesn't do anything at all.

yarn global remove ndb && \
yarn global add ndb@1.0.27 && \
ndb myscript.js
# nothing happens

With 1.0.26 or lower ndb opens fine and works as expected.

yarn global remove ndb && \
yarn global add ndb@1.0.26 && \
ndb myscript.js
Hello!

myscript.js

console.log('Hello!')
@alexkozy
Copy link
Contributor

Thanks for report.
What version of Chrome do you have installed on your machine?

@heygrady
Copy link
Author

70.0.3538.110 (Official Build) (64-bit)

But I just upgraded. Didn't realize that mattered. Doesn't seem to help.

yarn global remove ndb && \
yarn global add ndb@1.0.36 && \
ndb myscript.js
# nothing happens

@marceloch2
Copy link

Same here - OSX

Google Chrome is up to date
Version 72.0.3625.0 (Official Build) canary (64-bit)

@alexkozy
Copy link
Contributor

alexkozy commented Dec 2, 2018

Could you try latest ndb@1.0.38? It contains fix for similar problem.

@marceloch2
Copy link

@ak239 kind of works but i can't see the screen i was used too, just a chrome tools white normal console.

@alexkozy
Copy link
Contributor

alexkozy commented Dec 2, 2018

You can select Sources panel from tabs on top side of the window. ndb@1.0.39 should open sources by default.

@alexkozy
Copy link
Contributor

alexkozy commented Dec 2, 2018

If you still can reproduce this issue with ndb@1.0.40 please left comment here or create new issue.
Thanks for your report!

@alexkozy alexkozy closed this as completed Dec 2, 2018
@marceloch2
Copy link

@ak239 Works fine using ndb@1.0.40.

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

No branches or pull requests

3 participants