hypermod-community icon indicating copy to clipboard operation
hypermod-community copied to clipboard

NPX download time

Open danieldelcore opened this issue 3 years ago • 2 comments

npx @codeshift/cli --packages @atlaskit/[email protected] .temp/src/Avatar.tsx

Running codeshift/cli via npx takes FAR too long to be worthwhile..

We need to investigate how to speed that up. Most likey, we'll need to cut down on bundlesize.

danieldelcore avatar Mar 09 '22 23:03 danieldelcore

Hello! Maybe bumping jscodeshift to version 0.15.1 would help? According to Bundlephobia the size of the package has been reduced quite a bit. It would also remove from deprecation messages from Micromatch version 3 (That jscodeshift 0.13.1 depends on). I would create a PR but I can't run 'yarn' on the project because I get 401 from the packages that are resolved to an Atlassian npm remote. billede

billede

Jensenks avatar Dec 15 '23 09:12 Jensenks

Fantastic, thanks so much for raising this with me!

I can't run 'yarn' on the project because I get 401 from the packages that are resolved to an Atlassian npm remote.

Whoops that's my bad! I'll fix that up 🤦 (edit: fixed)

danieldelcore avatar Dec 17 '23 23:12 danieldelcore