You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that if npm install fails on macOS Catalina, run first npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js" see nodejs/node-gyp#1779 (comment)
A good list of things to sort out in the
README
and rest of the repo by @gridinocalignJSONText = require('./index.js');
-> no index.js, if you requiresrc/index.js
still dies as there is no function exported by default/lib
babel-loader
andgh-pages
should be devDependenciespackage.json: "main": "lib/index.js",
well, no /lib againLeaving it as a note for when I get a chance to do a PR
The text was updated successfully, but these errors were encountered: