You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrangler is only be able to resolve modules in a relative node_modules directory and not the workspace root node_modules directory. And will otherwise throw the following errors:
ENOENT: no such file or directory, open
<an absolute path from the local node_modules>
The plugin "wrangler-module-collector" was triggered by this import
Which Cloudflare product(s) does this pertain to?
Wrangler
What version(s) of the tool(s) are you using?
3.83.0
What version of Node are you using?
18.20.2
What operating system and version are you using?
Ubuntu 24.04
Describe the Bug
Observed behavior
Wrangler is only be able to resolve modules in a relative
node_modules
directory and not the workspace rootnode_modules
directory. And will otherwise throw the following errors:Expected behavior
Wrangler resolution matches bundler resolution.
Steps to reproduce
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: