rvpanoz / luna

Manage npm dependencies through a modern UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not run in macos

mehdiraized opened this issue · comments

Bug description
open application and see this error
Screen Shot 2020-04-25 at 21 20 12

Desktop

  • OS: MacOS
  • Version 10.15.4

I will take a look. Thank you for your comment.

Any update?

hey! Seems that the npm outdated command that is running at the startup is getting a ENOENT error.

{
  code: 'ENOENT',
  errno: 'ENOENT',
  path: 'npm',
  spawnargs: ['outdated', '--json', '--depth=0', '-g']
  syscall: 'spawn npm'
}

Working on it. Thought it was resolved but it occurs when I am installing the app and not running it from the terminal.

Screenshot 2020-08-03 at 10 06 19 AM

fixed in #483