Build warnings in Node 14 #1152
Labels
effort-low
Should be pretty quick
priority-low
We'll get to this eventually
project-dev
Updates to Intern's organization or dev process
When building Intern 4.x or 5 under Node 14, many circular dependency warnings will be displayed:
These don't affect the build process, they're just annoying. They also don't affect Intern when used as a library, only the Intern build process.
The culprits appear to be shelljs and stylus. Shelljs fixes the issue in v0.8.4. Stylus doesn't yet have a fix.
The text was updated successfully, but these errors were encountered: