pixiedust / pixiedust_node

Jupyter magic to allow Node.js code to run in a notebook
https://medium.com/ibm-watson-data-lab/running-node-js-notebooks-in-watson-studio-a8f6545d8299
Apache License 2.0
213 stars 24 forks source link

Running `npm` calls causes 100% CPU usage #16

Closed glynnbird closed 6 years ago

glynnbird commented 6 years ago

If I use a npm.install('packagename') call, the host machine's CPU rises to 100% and doesn't come down, even after the npm install operation has finished.

glynnbird commented 6 years ago

Fixed in 0.1.6 release