Sorry to be back complaining ![]()
The entire melange project and especially the new website are really great. Like always in documention things change and get out of sync and outdated. Still I always really appreciate it when at least the two top sections are up to date: āInstallationā and āGetting startedā
Now the āGetting Startedā section under Getting started | Melange Documentation Site is suboptimal:
You give users 2 possibilities to get started:
1. Automated, using create-melange-app
2. Manually, using melange-opam-template
The second point leads to a melange template on the melange repositories, but the 1 link is very confusing:
- the command given fails:
npm create melange-app@latest
...
node:internal/modules/esm/resolve:839
throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
....
-
The particular template leads to the following website: GitHub - dmmulroy/create-melange-app: The fastest, friendliest, and most delightful way to get started with OCaml, ReasonML, and Melange, geared towards JavaScript and TypeScript developers, where there is a 3 weeks old issue that confirms
npm, pnpm, bun fail with v1.3.0(latest)(create melange-app breaking with latest release (v1.3.0) Ā· Issue #111 Ā· dmmulroy/create-melange-app Ā· GitHub) -
The maintainers are available on their own discord (The Caravan), that seems a little dead and a bit of topic
Question/Suggestion:
Would it be very difficult for the melange team to have one very basic template hosted under the melange repositories? This seems to me like a bit of an overcomplication for newcomers like me who really like to get started as simple as possible.
Again, thanks for melange