delvedor / delvedor/appversion
Missing dependency `fs`
Open
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
While the CLI tool works, using the package in-app fails with the following error:
```
ERROR in ./node_modules/appversion/appversion.js
Module not found: Error: Can't resolve 'fs' in '/node_modules/appversion'
@ ./node_modules/appversion/appversion.js 4:11-24
```
Tested with the latest release version `1.7.1`
---
By using in-app, I mean:
```
import { getAppVersion } from 'appversion';
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.