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

Use tools cache for faster install times on Windows #23

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

ManasJayanth
Copy link
Member

No description provided.

@ManasJayanth ManasJayanth force-pushed the prometheansacrifice/tools-cache branch 2 times, most recently from f1379db to ea5bdc1 Compare July 13, 2024 10:06
Add allowSyntheticDefaultImports = true

Because of validateNPMPackageName.
Otherwise,

```
14 import validateNPMPackageName from "validate-npm-package-name";
          ~~~~~~~~~~~~~~~~~~~~~~

  node_modules/@types/validate-npm-package-name/index.d.ts:29:1
    29 export = validate;
       ~~~~~~~~~~~~~~~~~~
    This module is declared with 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.

Found 1 error in index.ts:14
```

Add support for using package tags/versions in package name (spec)
@ManasJayanth ManasJayanth force-pushed the prometheansacrifice/tools-cache branch from ea5bdc1 to 85946c0 Compare July 13, 2024 10:08
@ManasJayanth ManasJayanth marked this pull request as ready for review July 13, 2024 10:08
@ManasJayanth ManasJayanth merged commit 1a26530 into master Jul 13, 2024
4 of 6 checks passed
@ManasJayanth ManasJayanth deleted the prometheansacrifice/tools-cache branch July 13, 2024 10:09
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

Successfully merging this pull request may close these issues.

1 participant