cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

add electron-devtools-installer dev dep #114

Closed zeke closed 7 years ago

zeke commented 7 years ago

👋

I was getting an error until I installed it.

> concurrently "npm run watch-css" "electron ."

[0] 
[0] > GHSnooze@0.0.1 watch-css /Users/zeke/forks/gh-notifications-snoozer
[0] > less-watch-compiler src src components/App/App.less
[0] 
[0] Watching directory for file changes.
[0] 
[1] App threw an error during load
[1] Error: Cannot find module 'electron-devtools-installer'
[1]     at Module._resolveFilename (module.js:455:15)
[1]     at Function.Module._resolveFilename (/Users/zeke/forks/gh-notifications-snoozer/node_modules/electron/dist/Electron.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12)
[1]     at Function.Module._load (module.js:403:25)
[1]     at Module.require (module.js:483:17)
[1]     at require (internal/module.js:20:19)
[1]     at Object.<anonymous> (/Users/zeke/forks/gh-notifications-snoozer/src/main.js:8:24)
[1]     at Module._compile (module.js:556:32)
[1]     at Object.require.extensions.(anonymous function) [as .js] (/Users/zeke/forks/gh-notifications-snoozer/node_modules/electron-compile/lib/require-hook.js:36:14)
[1]     at Module.load (module.js:473:32)
[1]     at tryModuleLoad (module.js:432:12)
probablycorey commented 7 years ago

Thanks @zeke!