nengi
nengi copied to clipboard
node version / module.link is not a function
What node version does nengi uses ? On this page it says it runs with node 14, but when using it with Meteor (using Node 14) it throws this error:
/node_modules/nengi/index-es6.js:1
TypeError: module.link is not a function
I solved it by adding
"type": "module",
"main": "index-es6.js",
to package.json