Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console error when opening a project in dev mode #6

Closed
bjmiller opened this issue May 25, 2014 · 2 comments
Closed

Console error when opening a project in dev mode #6

bjmiller opened this issue May 25, 2014 · 2 comments
Labels
bug Confirmed defect in package logic, deprecation notices, and PRs which fix them.

Comments

@bjmiller
Copy link

More of an annoyance than anything. Any idea what's going on here?

Error: /Users/brian/.atom/packages/file-icons/stylesheets/fonts is a directory
  at new File (/Applications/Atom.app/Contents/Resources/app/node_modules/pathwatcher/lib/file.js:32:15)
  at PackageWatcher.module.exports.Watcher.watchFile (/Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/watcher.js:75:16)
  at /Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/package-watcher.js:39:19
  at PackageWatcher.module.exports.PackageWatcher.watch (/Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/package-watcher.js:64:9)
  at new PackageWatcher (/Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/package-watcher.js:30:12)
  at UIWatcher.module.exports.UIWatcher.createWatcher (/Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/ui-watcher.js:80:17)
  at UIWatcher.module.exports.UIWatcher.watchPackage (/Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/ui-watcher.js:74:55)
  at UIWatcher.module.exports.UIWatcher.watchPackages (/Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/ui-watcher.js:31:14)
  at new UIWatcher (/Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/ui-watcher.js:16:12)
  at /Applications/Atom.app/Contents/Resources/app/node_modules/dev-live-reload/lib/dev-live-reload.js:15:21
  at /Applications/Atom.app/Contents/Resources/app/node_modules/emissary/lib/emitter.js:85:24
  at /Applications/Atom.app/Contents/Resources/app/node_modules/emissary/lib/emitter.js:133:30
  at Array.forEach (native)
  at PackageManager.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/emissary/lib/emitter.js:132:47)
  at PackageManager.module.exports.PackageManager.activate (/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:87:19)
  at Atom.module.exports.Atom.startEditorWindow (/Applications/Atom.app/Contents/Resources/app/src/atom.js:349:21)
  at Object.<anonymous> (/Applications/Atom.app/Contents/Resources/app/src/window-bootstrap.js:14:8)
  at Object.<anonymous> (/Applications/Atom.app/Contents/Resources/app/src/window-bootstrap.js:20:4)
  at Module._compile (module.js:455:26)
  at Object.Module._extensions..js (module.js:473:10)
  at Module.load (/Applications/Atom.app/Contents/Resources/app/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:///Applications/Atom.app/Contents/Resources/app/static/index.js:20:5)
@DanBrooker
Copy link
Member

Looks like atom didn't like folders in the stylesheets location, I've moved them and I'm not getting the error in the console anymore.

@bjmiller
Copy link
Author

That's perfect! Thank you!

@Alhadis Alhadis added the bug Confirmed defect in package logic, deprecation notices, and PRs which fix them. label Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed defect in package logic, deprecation notices, and PRs which fix them.
Projects
None yet
Development

No branches or pull requests

3 participants