Skip to content

"Could not read folder: test/intl" when having @rescript/core as a dependency #109

Closed
@cknitt

Description

@cknitt

When building my project, I get the following output

[1/7]📦 Building package tree...Could not read folder: test/intl...
[1/7] 📦 Built package tree in 0.01s
[2/7] 🕵️  Found source files in 0.00s
[3/7] 📝 Read compile state 0.03s
[4/7] 🧹 Cleaned 0/1503 0.00s
[5/7] 🧱 Parsed 0 source files in 0.00s
[6/7] ️🌴 Collected deps in 0.01s
[7/7] 🤺 ️Compiled 0 modules in 0.00s

Problems:

  1. It is not clear in the output which package the message "Could not read folder: test/intl" applies to. Took me some searching to find out that it is @rescript/core.
  2. test/intl is a dev source dir in @rescript/core and therefore should not be attempted to build when @rescript/core is used as a dependency (to my understanding).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions