remix
CLI reports false positives of missing "node_modules" when invoked from a different directory
#5535
Closed
1 task done
Labels
What version of Remix are you using?
1.13.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
cd
to your Remix projectrequire.resolve()
warnings for missing modules, even though those modules are indeed installedExpected Behavior
No
require.resolve()
warnings are printed, because the relevant packages do indeed exist within the project'snode_modules
directory.Actual Behavior
False positive warning messages are printed, such as:
The text was updated successfully, but these errors were encountered: