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
{{ message }}
This repository was archived by the owner on Jun 16, 2020. It is now read-only.
hi, i installed mercury on ubuntu, this way : mkdir project; cd project;npm i mercury; then node project.js and produced this error: hg.app(document.body, Foo({ <- ReferenceError: document is not defined
i also cloned it and tried running an example program in a cloned mercury project directory after running npm install , node examples/count.js, but it came back not running with no output to console.
hi, i installed mercury on ubuntu, this way : mkdir project; cd project;npm i mercury; then node project.js and produced this error: hg.app(document.body, Foo({ <- ReferenceError: document is not defined
i also cloned it and tried running an example program in a cloned mercury project directory after running npm install , node examples/count.js, but it came back not running with no output to console.
thanks