nodegui-starter icon indicating copy to clipboard operation
nodegui-starter copied to clipboard

Bump nodegui dependency to somewhere after the nodegui#979 pull

Open rulatir opened this issue 3 years ago • 0 comments

Please bump the nodegui dependency to a version that contains nodegui#979.

EDIT: tried doing that in cloned repo, but then npm start fails due to module resolution issues.

EDIT2 here's what worked for me:

  • clone
  • edit package.json to bump the dependency to 0.57.3
  • yarn instead of npm install
  • npm start

rulatir avatar Jan 18 '23 02:01 rulatir