You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Cannot find module '../lib/highlight-selected-view'
at Function.Module._resolveFilename (module.js:337:15)
at Function.Module._load (module.js:279:25)
at Module.require (module.js:363:17)
at require (module.js:379:17)
at Object.<anonymous> (/Users/dmnd/.atom/packages/highlight-selected/spec/highlight-selected-view-spec.coffee:1:25)
at Object.<anonymous> (/Users/dmnd/.atom/packages/highlight-selected/spec/highlight-selected-view-spec.coffee:1:1)
at Module._compile (module.js:455:26)
at Object.requireCoffeeScript [as .coffee] (/Users/dmnd/github/atom/src/coffee-cache.coffee:34:10)
at Module.load (/Users/dmnd/github/atom/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:363:17)
at require (module.js:379:17)
at requireSpecs (/Users/dmnd/github/atom/spec/spec-suite.coffee:8:5)
at runAllSpecs (/Users/dmnd/github/atom/spec/spec-suite.coffee:48:3)
at Object.<anonymous> (/Users/dmnd/github/atom/spec/spec-suite.coffee:55:3)
at Object.<anonymous> (/Users/dmnd/github/atom/spec/spec-suite.coffee:1:1)
at Module._compile (module.js:455:26)
at Object.requireCoffeeScript [as .coffee] (/Users/dmnd/github/atom/src/coffee-cache.coffee:34:10)
at Module.load (/Users/dmnd/github/atom/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:363:17)
at require (module.js:379:17)
at module.exports.runSpecSuite (/Users/dmnd/github/atom/spec/jasmine-helper.coffee:31:3)
at Object.<anonymous> (/Users/dmnd/github/atom/spec/spec-bootstrap.coffee:24:3)
at Object.<anonymous> (/Users/dmnd/github/atom/spec/spec-bootstrap.coffee:2:1)
at Module._compile (module.js:455:26)
at Object.requireCoffeeScript [as .coffee] (/Users/dmnd/github/atom/src/coffee-cache.coffee:34:10)
at Module.load (/Users/dmnd/github/atom/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:363:17)
at require (module.js:379:17)
at window.onload (file:///Users/dmnd/github/atom/static/index.js:20:5)
Steps to repro:
mv ~/.atom ~/.atom.backup
apm install docblockr
atom .
After that, I see this:
See also atom/atom#3215, nikhilkalige/docblockr#25
The text was updated successfully, but these errors were encountered: