shadowtime2000

Results 134 comments of shadowtime2000

I copied the parser.js file into my project folder and wrote `module.exports = Ingreedy`. Then, I can import it with: `var Ingreedy = require("./parser.js");`

It seems like the problem exists because the parser file did not export the parser and the package.json file didn't have the main field specified as the parser file.

@crookse Sounds good, I will look at updating the documentation in the Eta site too.

@crookse I have updated the documentation [on the page you referenced](https://eta.js.org/docs/examples/deno).