browserify / browserify/path-browserify
TypeError: process.cwd is not a function
Open
- Dominant language
- JavaScript
- Stars
- 192
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
vue3 + vite
```js
import { resolve } from 'path-browserify'
resolve(basePath, childpath)
```
```log
index.js:124 Uncaught (in promise) TypeError: process.cwd is not a function
at resolve (index.js:124:25)
......
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.