forked from jhaynie/iphonesim
-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Description
Include the command line arguments you used for ios-sim.
npm list --depth=0 -g
Expected behavior
❯ npm ls --depth=0 -g
/Users/dalisoft/.npm-global/lib
├── @nodelib/[email protected]
├── @nodelib/[email protected]
├── @oclif/[email protected]
├── [email protected]
├── [email protected]
└── [email protected]
No errors on listing global modules
Actual behavior.
❯ npm ls --depth=0 -g
/Users/dalisoft/.npm-global/lib
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
npm ERR! missing: ansi-regex@^4.1.0, required by [email protected]
npm ERR! missing: strip-ansi@^6.0.0, required by @oclif/[email protected]
npm ERR! missing: strip-ansi@^6.0.0, required by [email protected]
There error about this and i cannot automatize my ansible script because of error, it required me remove my 25+ global modules to understand which modules are broking my playbook, if this can be fixed, please fix.
Steps to reproduce the problem
npm install -g ios-sim
npm list --depth=0 -g
System Specs
Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.
- 1. system_profiler SPSoftwareDataType
- 2. ios-sim 9.0.0
- 3. xcodebuild -version
- 4. xcode-select --print-path
- 5. node v15.4.0
Metadata
Metadata
Assignees
Labels
No labels