Description
after installation of nit, run nit config -e after nit init, expecting to open an editor to open config but command just simply ends.
Steps to Reproduce
- run
npm i
- run
nit init and successfully create config file
- run
nit config -e
Expected Behavior
- Expected: expecting to open an editor to open config
- Actual: command simply ends
Logs

Environment
- Version:
v1.2.0-alpha.5
- OS: macOS Monterey 12.3.1
- Device: Macbook air M1
What I've tried
I looked at the doc (https://github.com/yyx990803/launch-editor#readme) and tried to use different settings like await launch(`${configFilepath}`, 'code') and rebuild, but still failed.
But I can manually edit the file inside my editor so the main functionality is not afftected.
Description
after installation of nit, run
nit config -eafternit init, expecting to open an editor to open config but command just simply ends.Steps to Reproduce
npm init initand successfully create config filenit config -eExpected Behavior
Logs
Environment
v1.2.0-alpha.5What I've tried
I looked at the doc (https://github.com/yyx990803/launch-editor#readme) and tried to use different settings like
await launch(`${configFilepath}`, 'code')and rebuild, but still failed.But I can manually edit the file inside my editor so the main functionality is not afftected.