NPM Types issue?
Hey, does anyone have any idea why the p5js package doesn't work in vscode? I can run the code and it seems to be alright, but I can't get any npm package to give me auto-completion?
2 Replies
I can't seem to make it work at all, on linux it gave me the same exact situation, now I am booted on windows with WSL and still the same exact issue :(
I am expiriencing the same issue but with
npm:minio
. It doesn't work no matter what I do.
Everything have been installed and package types are built-in. There are d.ts
files next to .mjs
within the package as well.
Completely unusable :(
Maybe the issues is "types": "./types/esm/minio.d.ts",
, coz I don't see related directory in node_modules/minio.
Still looking for a solution...