Hello, I tried loading the following into a node.js enabled notebook and if throws errors:
%%node
const Ebay = require('ebay-node-api');
Errors (screenshot uploaded to imgur)
https://imgur.com/13vZqNV
What must I do to use third-party libraries in Jupyter like a normal script?