Financial-Times / nori

🍙 exploratory command-line tool to make changes across multiple repositories & track their progress
MIT License
11 stars 0 forks source link

`transformation-runner-workspace/config.json` error when first running nori #70

Closed taktran closed 5 years ago

taktran commented 5 years ago

When nori is first run from a npm i -g nori installation, we get the error:

{ Error: ENOENT: no such file or directory, open '/Users/jennifer.shepherd/.config/transformation-runner-workspace/config.json'
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/jennifer.shepherd/.config/transformation-runner-workspace/config.json' }
jenniferemshepherd commented 5 years ago

To solve the above I manually created the file config.json and the path for it. This fixed that problem.

Now I have created a session: main-field-removal and am getting:


  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/jennifer.shepherd/.config/transformation-runner-workspace/main-field-removal.nori.json' }```
apaleslimghost commented 5 years ago

hol up, transformation-runner? why's it trying to read that? it's not anywhere in the code

apaleslimghost commented 5 years ago

okay i think this was fixed in 2.0.0-beta.4