Closed
Description
Nothing bad just a little confusing for a newcomer
Does Rescript generate a Commonjs module here? Because the file extension is 'mjs'
So you have to change this lines from:
## Run
` ` `sh
node src/Demo.res.js
` ` `
into:
## Run
` ` `sh
node src/Demo.res.mjs
` ` `
(I've put whitespace between backticks, please remove them)
Metadata
Metadata
Assignees
Labels
No labels