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

Error: Failed to load the narrow package

Open trusktr opened this issue 6 years ago • 5 comments

[Enter steps to reproduce:]

  1. not sure

Atom: 1.31.2 x64 Electron: 2.0.7 OS: Mac OS X 10.13.4 Thrown From: narrow package 0.65.1

Stack Trace

Failed to load the narrow package

At error evaluating function `hue`: color.toHSL is not a function in /Users/trusktr/.atom/packages/narrow/styles/narrow.less:59:13

LessError: error evaluating function `hue`: color.toHSL is not a function
at /Users/trusktr/.atom/packages/narrow/styles/narrow.less:59:13

Commands

Debug info:

debug info with package info
{
  "atom": "1.31.2",
  "platform": "darwin",
  "release": "17.5.0",
  "vmpVersion": "1.34.0",
  "vmpConfig": {},
  "activeCommunityPackages": [
    "language-javascript-jsx: 0.3.7",
    "tomorrow-night-eighties-syntax: 1.0.2",
    "atom-domterm: 0.6.0",
    "atom-ide-ui: 0.13.0",
    "atom-ide-busy-signal: 0.0.0",
    "atom-ide-code-actions: 0.0.0",
    "atom-ide-code-format: 0.0.0",
    "atom-ide-code-highlight: 0.0.0",
    "atom-ide-console: 0.0.0",
    "atom-ide-datatip: 0.0.0",
    "atom-ide-debugger: 0.0.0",
    "atom-ide-definitions: 0.0.0",
    "atom-ide-diagnostics: 0.0.0",
    "atom-ide-diagnostics-ui: 0.0.0",
    "atom-ide-find-references: 0.0.0",
    "atom-ide-global: 0.0.0",
    "atom-ide-outline-view: 0.0.0",
    "atom-ide-refactor: 0.0.0",
    "atom-ide-signature-help: 0.0.0",
    "atom-ide-terminal: 0.0.0",
    "hyperclick: 0.0.0",
    "atom-vim-like-tab: 1.5.1",
    "busy-signal: 1.4.3",
    "emmet: 2.4.3",
    "eslint-format: 0.4.0",
    "ex-mode-sort: 1.0.0",
    "file-icons: 2.1.21",
    "file-watcher: 1.2.6",
    "hey-pane: 1.1.0",
    "highlight-line: 0.12.0",
    "highlight-selected: 0.13.1",
    "imdone-atom: 2.4.29",
    "indent-guide-improved: 1.4.13",
    "intentions: 1.1.5",
    "keystroke: 0.4.0",
    "linter-eslint: 8.4.1",
    "minimap: 4.29.8",
    "minimap-git-diff: 4.3.1",
    "minimap-highlight-selected: 4.6.1",
    "minimap-pigments: 0.2.2",
    "minimap-quick-highlight: 1.0.1",
    "pigments: 0.40.2",
    "project-plus: 1.0.0",
    "quick-highlight: 0.13.0",
    "teletype: 0.13.2",
    "todo-show: 2.3.0",
    "tree-view-git-status: 1.5.0",
    "vim-mode-plus: 1.34.0",
    "vim-mode-plus-keymaps-for-surround: 0.2.1",
    "editorconfig: 2.2.2",
    "language-jenkinsfile: 0.1.1",
    "language-pug: 0.0.22",
    "language-vue: 0.23.1",
    "atom-typescript: 12.6.3"
  ]
}

trusktr avatar Oct 10 '18 00:10 trusktr

I updated vmp to 1.35.0 but same issue.

trusktr avatar Oct 10 '18 00:10 trusktr

I will check this one two weeks later. Sorry, I'm currently too busy to work on this. Btw, can you reproduce it always?

t9md avatar Oct 11 '18 10:10 t9md

Yeah, seems to be happening always, f.e. every time I start Atom. Not sure what changed though. If I get time I will debug.

trusktr avatar Oct 12 '18 20:10 trusktr

I tried with same version of Atom, but cannot reproduce it.

debug info with package info
{
  "atom": "1.31.2",
  "platform": "darwin",
  "release": "17.7.0",
  "vmpVersion": "1.35.0",
  "vmpConfig": {
    "autoDisableInputMethodWhenLeavingInsertMode": true,
    "charactersToAddSpaceOnSurround": [
      ")",
      "}",
      "]",
      ">"
    ],
    "debugOutput": "console",
    "debugOutputFilePath": "~/github/atom-vim-mode-plus/debug.log",
    "defaultScrollRowsOnMiniScroll": 4,
    "devReloadPackages": [
      "vim-mode-plus-move-selected-text",
      "vim-mode-plus-jasmine-increase-focus",
      "vim-mode-plus-replace-with-execution",
      "vim-mode-plus-ex-mode",
      "google-translate",
      "narrow",
      "narrow-git-ls",
      "quick-highlight",
      "demo-mode"
    ],
    "findAcrossLines": true,
    "findCharsMax": 100,
    "findConfirmByTimeout": 300,
    "hideStatusBarOnMaximizePane": false,
    "hideTabBarOnMaximizePane": false,
    "highlightSearch": false,
    "highlightSearchExcludeScopes": [
      "narrow"
    ],
    "keymapBackslashToInnerCommentOrParagraphWhenToggleLineCommentsIsPending": true,
    "keymapCCToChangeInnerSmartWord": true,
    "keymapIAndAToInsertAtTargetWhenHasOccurrence": true,
    "keymapSToSelect": true,
    "keymapSemicolonAndCommaToFindPreConfirmedOnFindInput": true,
    "keymapSemicolonToInnerAnyPairInOperatorPendingMode": true,
    "keymapYToYankToLastCharacterOfLine": true,
    "replaceByDiffOnSurround": true,
    "reuseFindForRepeatFind": true,
    "sequentialPaste": true,
    "setCursorToStartOfChangeOnUndoRedo": false,
    "smoothScrollOnFullScrollMotion": true,
    "smoothScrollOnHalfScrollMotion": true,
    "smoothScrollOnMiniScroll": true,
    "smoothScrollOnRedrawCursorLine": true,
    "strictAssertion": true,
    "useSmartcaseForFind": true,
    "useSmartcaseForSearch": true,
    "useSmartcaseForSearchCurrentWord": true
  },
  "activeCommunityPackages": [
    "one-dark-vivid-syntax: 1.8.1",
    "atomic-chrome: 0.3.0",
    "choose-pane: 0.8.0",
    "clip-history: 0.5.0",
    "cursor-history: 0.13.1",
    "inline-git-diff: 2.3.0",
    "keystroke: 0.4.0",
    "markdown-toc-auto: 0.12.0",
    "mprettier: 0.6.0",
    "outlet-manager: 0.3.0",
    "quick-highlight: 0.13.0",
    "remember-file-positions: 0.2.3",
    "vim-mode-plus: 1.35.0",
    "vim-mode-plus-keymaps-for-surround: 0.2.1",
    "language-haskell: 1.17.8",
    "narrow: 0.65.1",
    "project-folder: 1.5.0",
    "vim-mode-plus-ex-mode: 0.11.0"
  ]
}

t9md avatar Oct 15 '18 12:10 t9md

@jonboiser Try to delete and install Atom. I've got something like that(with another package) one time and it helps

slavaGanzin avatar Oct 15 '18 16:10 slavaGanzin