Describe the bug
The command iris-cli run react-typescript requires npm to be installed. I have nodejs@18.12.1 and pnpm@7.25.0 installed, I don't see why the CLI can't use whatever node package manger is installed.
To Reproduce
Steps to reproduce the behavior:
Have nodejs but not npm installed on your system.
Run iris-cli run react-typescript
Expected behavior
I would either expect iris-cli to auto recognize any node package manger available on my system or have me set my prefered node package manger in .iris.yml
Screenshots
Desktop (please complete the following information):
OS: [Manjaro Linux x86_64]
Kernel: [6.1.1-1-MANJARO]
Shell: zsh 5.9
DE: GNOME 43.2
WM: Mutter (X11)
Terminal: gnome-terminal-server
Additional context
I'm not familiar with iris or iris-cli but I will try to implement a solution if I can.
Describe the bug The command
iris-cli run react-typescript
requires npm to be installed. I have nodejs@18.12.1 and pnpm@7.25.0 installed, I don't see why the CLI can't use whatever node package manger is installed.To Reproduce Steps to reproduce the behavior:
iris-cli run react-typescript
Expected behavior I would either expect iris-cli to auto recognize any node package manger available on my system or have me set my prefered node package manger in .iris.yml
Screenshots
Desktop (please complete the following information):
Additional context I'm not familiar with iris or iris-cli but I will try to implement a solution if I can.