-
Notifications
You must be signed in to change notification settings - Fork 36
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
unable to scan npm projects when peer dependencies isnt resolved. #191
Comments
Hi, I have same issue, invoking "npm ls" with "--silent" args avoid stderr output. Regards. |
- Invoke npm with --silent option to ignore stderr
@EstebanDugueperoux2 & @whatthes, jfrog-vscode-extension version 2.3.6 has been released and includes a fix for this issue. |
Hi @Or-Geva, I have tested with https://github.com/Armanidrisi/devblog example projet, after a `[DEBUG - 09:46:44] Trying to read credentials from KeyStore... [DEBUG - 09:52:00] Error: Command failed: npm ls --json --all
[ERR - 09:52:00] An npm project was partially scanned. Hint: Ensure that there are no errors from the command 'npm ls --all' in the directory 'c:\Users\ETPOX64\git\devblog'' Regards. |
Hey @EstebanDugueperoux2, which npm version are you currently using? Were you able to see partial results or is it still showing none, as it did before? |
when i run npm install followed by an xray scan, xray runs "npm ls --json --all --package-lock-only --prod", which churns out peer dependecies error and produces no xray results.
Is there a way to subvert this?
The text was updated successfully, but these errors were encountered: