File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 [1;33mThe module or file Dep02 can't be found.[0m
1919 - If it's a third-party dependency:
20- - Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in rescript .json?
21- - Did you include the file's directory to the "sources" in rescript .json?
20+ - Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in bsconfig .json?
21+ - Did you include the file's directory to the "sources" in bsconfig .json?
2222
2323
2424
Original file line number Diff line number Diff line change 1515
1616 [1;33mThe module or file Other_module can't be found.[0m
1717 - If it's a third-party dependency:
18- - Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in rescript .json?
19- - Did you include the file's directory to the "sources" in rescript .json?
18+ - Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in bsconfig .json?
19+ - Did you include the file's directory to the "sources" in bsconfig .json?
2020
2121
2222 [1;33mHint: Did you mean Other_module2?[0m
Original file line number Diff line number Diff line change 1717
1818 [1;33mThe module or file InternalDep can't be found.[0m
1919 - If it's a third-party dependency:
20- - Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in rescript .json?
21- - Did you include the file's directory to the "sources" in rescript .json?
20+ - Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in bsconfig .json?
21+ - Did you include the file's directory to the "sources" in bsconfig .json?
2222
2323
2424
You can’t perform that action at this time.
0 commit comments