-
I've been following build instruction but it fails with typescript error:
File To confirm this I have ran this command on node(v18.14.0) await fs.readdir("/tmp/CC-Tweaked/projects/web/build/illuaminate", { withFileTypes: true, recursive: true }, function(err, file) { console.log(file.path + "") }) This prints "undefined". running it with
|
Beta Was this translation helpful? Give feedback.
Answered by
SquidDev
Apr 24, 2024
Replies: 2 comments 2 replies
-
I've upgraded node to v20.12.2 and did the same test. The result was same. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Builds succeeds now :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We make use of the
recursive
argument tofs.readdir
, which requires either NodeJS v18.17.0 or v20.1.0.Can you double check that the correct version of Node was on the path when doing that? This should definitely work. If so, can you run the following input in Node: