Bug Report #14
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/import-cost.nvim#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Info
nvim --version: 0.9.5node --version: 20.12.2npm --version: 10.5.0pnpm --version: 9.0.6Configuration
Description
the calculation always return 0.0b (gzipped: 0.0b) for all packages (ex: loadash, solid,...) even with huge packages or node std packages.
which package manager are you using?
Hi @barrett-ruth thank you for this missing plugin in the
lazyVimpackages, and sorry for the delay.since
import-costdepends on the flat structure &pnpmdoesn't use--shamefull-hoistby default anymore, I had to go into the plugin directory and install the packages manually usingpnpm --shamefully-hoistand tried it without success, thus I re-install the packages again usingnpmand I had same issue.I just checked again. The plugin does work with
npmbut not withpnpmbecause workspaces aren't supported. Try deleting the plugin and reinstalling. I will denote this fact in the readme (I use pnpm myself after all).alright, after I used a docker container it works well (without using pnpm), it seems it's a problem in my npm global cache folder, since it worker after deleting it and tried again.