I want to install styledComponents in my deno project
someone could help me?:
deno run -A npm:styled-components -i
error: package 'styled-components' did not have a bin property in its package.json
Is there any solution to install this library in my deno project?
3 Replies
The error occurs because
styled-components
isn't a cli toolso is there a solution in order to have use in my deno why react, vite project the styled-components?
or I can use something similar?
It's in the works for deno to work with an existing node_modules directory, but that isn't finished yet.
another user answered here https://discord.com/channels/684898665143206084/684898665151594506/1161026763107881110