Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: npm list errors on this module on global mode #275

Open
2 of 5 tasks
dalisoft opened this issue Dec 19, 2020 · 0 comments
Open
2 of 5 tasks

BUG: npm list errors on this module on global mode #275

dalisoft opened this issue Dec 19, 2020 · 0 comments

Comments

@dalisoft
Copy link

dalisoft commented Dec 19, 2020

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

  1. npm install -g ios-sim
  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant