NDB broken after 1.0.26
See original GitHub issue- 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!')
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8
Top Results From Across the Web
VMware ESXi 7.0 Update 3f Release Notes
The fix makes sure the NFSv4.1 client identify the NFS server after a failover. PR 2961033: If an NVMe device reports a critical...
Read more >What's New | Oracle, Software. Hardware. Complete.
Oracle Linux with Oracle enterprise-class support is the best Linux operating system (OS) for your enterprise computing needs.
Read more >node.js - Chrome 73: Can no longer debug NodeJS with ...
I've just upgraded my Chrome to 73.0.3683.75 (Linux) and now cannot get my dedicated Node debugger to actually debug a running instance. Even ......
Read more >Error-Database connection is not available while connecting ...
"database connection is not available", SAPcontrol request failed. HANA Sudio version is 1.0.26. I tried with both the java versions: java.
Read more >Ventoy News
(#1939); Fix an issue that CGI backup tool can not open after boot WePE. ... languages.ini update; Add support for nbd device in...
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
@ak239 Works fine using ndb@1.0.40.
If you still can reproduce this issue with
ndb@1.0.40
please left comment here or create new issue. Thanks for your report!