Open stchang opened 2 years ago
It doesn't like the (require "wordle-words.rkt"). Seems to be due to using --stdin flag in combination with an absolute path require
(require "wordle-words.rkt")
--stdin
require
Error message is: resolve-module-path-index: can't resolve "self" with non-path relative-to: #f
resolve-module-path-index: can't resolve "self" with non-path relative-to: #f
A workaround at the moment is to install the library as a collection on the server
Problem related to https://github.com/racketscript/racketscript/issues/308
It doesn't like the
(require "wordle-words.rkt")
. Seems to be due to using--stdin
flag in combination with an absolute pathrequire
Error message is:
resolve-module-path-index: can't resolve "self" with non-path relative-to: #f
A workaround at the moment is to install the library as a collection on the server