Deno with Storybook:Do I need to install node.js? (need npx)
$ deno run -A --node-modules-dir=auto npm:create-storybook
Error: Unable to find a usable package manager within NPM, PNPM, Yarn and Yarn 2
at Function.getPackageManager (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/@storybook+core@8.3.4/node_modules/@storybook/core/dist/common/index.cjs:143260:11)
at doInitiate (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:85:947)
at file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:119:337
at withTelemetry (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/@storybook+core@8.3.4/node_modules/@storybook/core/dist/core-server/index.cjs:47080:18)
at initiate (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:119:255)
at Command.<anonymous> (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:120:2077)
at Command.listener [as _actionHandler] (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:542:17)
at file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:1502:14
at Command._chainOrCall (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:1386:12)
at Command._parseCommand (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:1501:27)
$ deno run -A --node-modules-dir=auto npm:create-storybook
Error: Unable to find a usable package manager within NPM, PNPM, Yarn and Yarn 2
at Function.getPackageManager (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/@storybook+core@8.3.4/node_modules/@storybook/core/dist/common/index.cjs:143260:11)
at doInitiate (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:85:947)
at file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:119:337
at withTelemetry (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/@storybook+core@8.3.4/node_modules/@storybook/core/dist/core-server/index.cjs:47080:18)
at initiate (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:119:255)
at Command.<anonymous> (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/create-storybook@8.3.4/node_modules/create-storybook/dist/bin/index.cjs:120:2077)
at Command.listener [as _actionHandler] (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:542:17)
at file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:1502:14
at Command._chainOrCall (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:1386:12)
at Command._parseCommand (file:///home/yabuki/src/etude-sb/first/node_modules/.deno/commander@12.1.0/node_modules/commander/lib/command.js:1501:27)