yabukiY
Denoβ€’16mo agoβ€’
8 replies
yabuki

Deno with Storybook:Do I need to install node.js? (need npx)

Hello there.
I'd like to install storybook with deno 2.0.0-rc.7 on Debian GNU/Linux stable.

$ deno run -A --node-modules-dir=auto npm:storybook@latest init
/bin/sh: 1: npx: not found


Do I need to install npx? (node.js) or Deno way?
Was this page helpful?