atom / bookmarks

Bookmark editor lines in Atom
MIT License
49 stars 36 forks source link

Failed to load the bookmarks package #85

Closed buddyq closed 7 years ago

buddyq commented 7 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.15.0 x64 Electron: 1.3.13 OS: Mac OS X 10.12.3 Thrown From: bookmarks package 0.44.1

Stack Trace

Failed to load the bookmarks package

At ENOENT: no such file or directory, lstat '/Users/Buddy/Library/Caches/com.github.atom.ShipIt/update.tXALUpE'

Error: ENOENT: no such file or directory, lstat '/Users/Buddy/Library/Caches/com.github.atom.ShipIt/update.tXALUpE'
    at Error (native)
    at fs.lstatSync (fs.js:982:18)
    at Object.fs.lstatSync (ELECTRON_ASAR.js:239:16)
    at realpathSync (fs.js:1657:19)
    at Object.fs.realpathSync (ELECTRON_ASAR.js:326:24)
    at tryFile (module.js:121:25)
    at tryExtensions (module.js:127:22)
    at Function.Module._findPath (module.js:179:20)
    at Module._resolveFilename (module.js:453:25)
    at Module._resolveFilename (/Users/Buddy/Library/Caches/com.github.atom.ShipIt/update.tXALUpE/Atom.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12)
    at Function.Module._resolveFilename (/app.asar/src/module-cache.js:383:52)
    at Function.Module._load (module.js:403:25)
    at Module.require (module.js:483:17)
    at require (/app.asar/src/native-compile-cache.js:50:27)
    at /app.asar/node_modules/babel-core/lib/api/node.js:21:29)
    at Module._compile (/app.asar/src/native-compile-cache.js:109:30)
    at /app.asar/src/compile-cache.js:216:21)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/app.asar/src/native-compile-cache.js:50:27)
    at /app.asar/node_modules/babel-core/index.js:1:97)
    at Module._compile (/app.asar/src/native-compile-cache.js:109:30)
    at /app.asar/src/compile-cache.js:216:21)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/app.asar/src/native-compile-cache.js:50:27)

Commands

Non-Core Packages

atom-beautify 0.29.17 
atom-wrap-in-tag 0.6.0 
color-picker 2.2.5 
dracula-theme 2.0.0 
merge-conflicts 1.4.4 
multi-cursor-plus 1.2.0 
refactor 0.11.3 
scroll-sync 0.1.5 
wordpress-api 1.2.2 
50Wliu commented 7 years ago

Thanks for taking the time to contribute!

We noticed that this is a duplicate of atom/atom#9559. You may want to subscribe there for updates.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.