-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the bug
internal/modules/cjs/loader.js:979
throw err;
^
Error: Cannot find module 'fs-extra'
Require stack:
- /Users/daveshirman/Downloads/image-res-generator-master/src/core/fs-manager.js
- /Users/daveshirman/Downloads/image-res-generator-master/src/index.js
- /Users/daveshirman/Downloads/image-res-generator-master/bin/image-res-generator
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:976:15)
at Function.Module._load (internal/modules/cjs/loader.js:859:27)
at Module.require (internal/modules/cjs/loader.js:1036:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/daveshirman/Downloads/image-res-generator-master/src/core/fs-manager.js:2:12)
at Module._compile (internal/modules/cjs/loader.js:1147:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10)
at Module.load (internal/modules/cjs/loader.js:996:32)
at Function.Module._load (internal/modules/cjs/loader.js:896:14)
at Module.require (internal/modules/cjs/loader.js:1036:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/Users/daveshirman/Downloads/image-res-generator-master/src/core/fs-manager.js',
'/Users/daveshirman/Downloads/image-res-generator-master/src/index.js',
'/Users/daveshirman/Downloads/image-res-generator-master/bin/image-res-generator'
]
}
To Reproduce
Try to run tool at command line on macOS with no options.
Expected behaviour
Tool should run without error
Desktop (please complete the following information):
- OS: macOS 10.14.6 Mojave
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation