The instructions to build this specify running
$ nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
in this repo, however, this crashes with:
...
building
> @urbit/hoon-language-server@0.1.2 build
> tsc
src/server.ts:8:24 - error TS1141: String literal expected.
8 import { tmpdir } from os;
~~
The change adding this line was in fd0a3bb via #28, the most recent contribution. Reverting to the commit before this was merged allows the build to complete successfully.
The instructions to build this specify running
in this repo, however, this crashes with:
The change adding this line was in fd0a3bb via #28, the most recent contribution. Reverting to the commit before this was merged allows the build to complete successfully.