atom-irc icon indicating copy to clipboard operation
atom-irc copied to clipboard

Cannot find module 'atom-space-pen-views'

Open jaredready opened this issue 10 years ago • 0 comments

[Enter steps to reproduce below:]

  1. Install package
  2. Start Atom

Atom Version: 1.0.0 System: Microsoft Windows 7 Enterprise Thrown From: atom-irc package, vundefined

Stack Trace

Failed to load the irc package

At Cannot find module 'atom-space-pen-views'

Error: Cannot find module 'atom-space-pen-views'
    at Module._resolveFilename (module.js:328:15)
    at Function.Module._resolveFilename (C:\Users\JR042444\AppData\Local\atom\app-1.0.0\resources\app.asar\src\module-cache.js:383:52)
    at Function.Module._load (module.js:270:25)
    at Module.require (module.js:357:17)
    at require (module.js:376:17)
    at Object.<anonymous> (/C:/Users/JR042444/.atom/packages/atom-irc/lib/irc-view.coffee:7:10)
    at Object.<anonymous> (/C:/Users/JR042444/.atom/packages/atom-irc/lib/irc-view.coffee:161:4)
    at Module._compile (module.js:452:26)
    at Object.requireCoffeeScript (C:\Users\JR042444\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\coffee-cash\lib\coffee-cash.js:85:19)
    at Module.load (module.js:347:32)

Commands

Config

{
  "core": {
    "autoHideMenuBar": true
  }
}

Installed Packages

# User
minimap, v4.10.1

# Dev
No dev packages

jaredready avatar Jun 30 '15 16:06 jaredready