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

Questions about resolutions #9027

Open
eezz4 opened this issue Jan 20, 2024 · 0 comments
Open

Questions about resolutions #9027

eezz4 opened this issue Jan 20, 2024 · 0 comments

Comments

@eezz4
Copy link

eezz4 commented Jan 20, 2024

  • yarn v1.22.21

Question

Can I add a dependency for a specific submodule?

Purpose

It conflicts with my version of TS.

fork-ts-checker-webpack-plugin package.json

  "devDependencies": {
    "typescript": "^3.8.3"
  },
my 'package.json'

  "resolutions": {
    "react-scripts/react-dev-utils/fork-ts-checker-webpack-plugin/typescript": "^3.8.3"
  },
my `yarn.lock` has no TS ^3.8.3 dependencies recorded.

fork-ts-checker-webpack-plugin@^6.5.0:
  version "6.5.x"
     .....
my 'tsconfig.json' The tsconfig.json file does not seem to be applied when installing...

  "exclude": ["node_modules"],
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