Myriad-Dreamin / tinymist

Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
https://myriad-dreamin.github.io/tinymist
Apache License 2.0
544 stars 27 forks source link

docs: add installation and configuration instruction for Emacs #538

Closed Ziqi-Yang closed 1 month ago

Ziqi-Yang commented 1 month ago

Sorry for that I cannot run node .\scripts\link-docs.mjs to generate the corresponding README file.

❯ node .\scripts\link-docs.mjs
node:internal/modules/cjs/loader:1148
  throw err;
  ^

Error: Cannot find module '/mnt/p0/probe-temp/tinymist/.scriptslink-docs.mjs'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
    at Module._load (node:internal/modules/cjs/loader:986:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v20.15.1
Myriad-Dreamin commented 1 month ago

In unix, you should replace the blackslashes \ in the path with slash /.

Ziqi-Yang commented 1 month ago

In unix, you should replace the blackslashes \ in the path with slash /.

Oh, my stupid...

Myriad-Dreamin commented 1 month ago

Thank you!