antonk52 / cssmodules-language-server

autocompletion and go-to-defintion for cssmodules
MIT License
54 stars 8 forks source link

`Package subpath './lib/stringifier' is not defined by "exports" ` #21

Open musjj opened 3 months ago

musjj commented 3 months ago

Tried to build this, but I'm getting this error when trying to trigger a definition jump:

Package subpath './lib/stringifier' is not defined by "exports" in /nix/store/22p2iznzn925vfrn8s91ljwag635s7s4-cssmodules-language-server-1.3.1/lib/node_modules/cssmodules-language-server/node_modules/postcss/package.json

It looks like that it's a postcss problem, but I'm not sure why it's happening.

antonk52 commented 3 months ago

Hi, can you provide more info about what command did you run and the full output? From what is shared it is hard to infer what went wrong.