-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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 initand 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.
Metadata
Metadata
Assignees
Labels
No labels
