Nothing is appearing #5
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#5
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
Configuration
Description
not appearing at all, do you need more info?
project is a pnpm one, but it still has a package.json
Several things:
Sorry for the prod @lucax88x. Any updates on this?
Sorry bud, first day after vacations.
Looks like that using npm works fine, I was using pnpm before and didn't work, need to check it better.
Sorry to wasting your time.
The npm module has a lot of weird features and isn't very consistent. Glad you got it resolved, I'll add a note to the readme.
@lucax88x
Hi!
If you are interested, try to use bun to install dependencies!
It is really faster than pnpm
Also, I think this problem comes from the lack of deps of import-cost.
You can contribute to import-cost itself
I recently switched to pnpm. And I don't think it's a good move to move to bun (yet). Tracking an upstream in pnpm.
This maybe a helpful for someone, as a work around go to the neovim pluggins folder and reinstall the packages in a flat structure; in my case :
to re-install the packages similarly to npm & yarn in a flat structure.
This didn't fix it for me unforutunately