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
Some runtimes (like React Native) has a process global, but doesn't provide a cwd function, this results in a runtime error when importing the package from a React Native project.
Additional context
No response
Logs
TypeError: process.cwd is not a function(it is undefined)
The text was updated successfully, but these errors were encountered:
Environment
pathe
on React NativeReproduction
pathe
pathe.resolve("/")
.Describe the bug
Some runtimes (like React Native) has a process global, but doesn't provide a cwd function, this results in a runtime error when importing the package from a React Native project.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: