arrowresearch/vscode-merlin

Automatic extension init fails if any dependencies specified in package.json

Closed this issue · 0 comments

If package.json contains dependencies section, extension fails to initialize with Error: Unknown error:
Screenshot 2020-01-07 at 11 42 50

Steps to reproduce

  1. Init fresh project:
bsb -init my-new-project
  1. Add any dependency to dependencies:
yarn add reason-react
  1. Open project with extension enabled, navigate to any reason file, you'll get an error