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

Dependabot::SharedHelpers::HelperSubprocessFailed: package.json: Name contains illegal characters #9508

Closed
sentry-io bot opened this issue Apr 16, 2024 · 3 comments · Fixed by #9611
Closed
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 16, 2024

Sentry Issue: DELTAFORCE-Z3D

Dependabot::SharedHelpers::HelperSubprocessFailed: package.json: Name contains illegal characters
  common/lib/dependabot/shared_helpers.rb:189:in `run_helper_subprocess'
  dependabot-updater/vendor/ruby/3.1.0/gems/sorbet-runtime-0.5.11193/lib/types/private/methods/call_validation.rb:169:in `bind_call'
  dependabot-updater/vendor/ruby/3.1.0/gems/sorbet-runtime-0.5.11193/lib/types/private/methods/call_validation.rb:169:in `validate_call_skip_block_type'
  dependabot-updater/vendor/ruby/3.1.0/gems/sorbet-runtime-0.5.11193/lib/types/private/methods/call_validation.rb:111:in `block in create_validator_slow_skip_block_type'
  npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/yarn_lockfile_updater.rb:196:in `run_yarn_top_level_updater'
...
(51 additional frame(s) were not displayed)
@sentry-io sentry-io bot added the T: bug 🐞 Something isn't working label Apr 16, 2024
@github-actions github-actions bot added L: git:submodules Git submodules L: javascript L: ruby:bundler RubyGems via bundler labels Apr 16, 2024
@abdulapopoola abdulapopoola added good first issue and removed L: ruby:bundler RubyGems via bundler L: git:submodules Git submodules labels Apr 16, 2024
@thavaahariharangit thavaahariharangit self-assigned this Apr 19, 2024
@thavaahariharangit
Copy link
Collaborator

thavaahariharangit commented Apr 22, 2024

@abdulapopoola and @jurre

As discussed in the stand up meeting. I have cloned the given repository, and tried to follow the README.md file to build the project. And I got the same error mentioned above in the ticket : Name contains illegal characters, So this is not the dependabot issue, this is yarn issue.

colend-utilities % yarn add -W @aave/contract-helpers @aave/math-utils
yarn add v1.22.22
error @colend-contract-helpers@1.0.0: Name contains illegal characters
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Therefore user needs to fix this yarn issue to make this work.

based on this comments, I am closing this issue.

@abdulapopoola
Copy link
Member

abdulapopoola commented Apr 22, 2024

@thavaahariharangit , we still need to handle the error and throw the dependancyFileNotParseableError so that this doesn't pop up in Sentry going forward.

@abdulapopoola abdulapopoola reopened this Apr 22, 2024
@thavaahariharangit
Copy link
Collaborator

@abdulapopoola Sure I will work on that. Thanks :)

thavaahariharangit added a commit that referenced this issue Apr 26, 2024
#9508: Recreating and Handling  "Name contains illegal characters" in package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants