littlebee / git-time-machine

Atom package that allows you to travel back in commit history
MIT License
1.12k stars 37 forks source link

Failed to load the git-time-machine package #94

Closed anshumanf closed 7 years ago

anshumanf commented 7 years ago

[Enter steps to reproduce:]

  1. Uninstall 32-bit Atom beta on Windows and install 64-bit beta
  2. Start Atom

Atom: 1.15.0-beta1 x64 Electron: 1.3.13 OS: Microsoft Windows 7 Enterprise Thrown From: git-time-machine package 1.5.4

Stack Trace

Failed to load the git-time-machine package

At '../node_modules/split-diff/styles/split-diff.less' wasn't found in C:\Users\afotedar\.atom\packages\git-time-machine\styles\git-time-machine.less:6:0

LessError: '../node_modules/split-diff/styles/split-diff.less' wasn't found
  at /packages/git-time-machine/styles/git-time-machine.less:6:0

Commands

  2x -0:54.2.0 blur (div.settings-view.pane-item)

Non-Core Packages

2-dark-syntax 1.1.0 
accents-ui 1.2.0 
atom-alignment 0.12.1 
atom-beautify 0.29.17 
atom-css-comb 3.1.0 
atom-import-sort undefined 
atom-material-syntax-dark 0.2.7 
atom-material-ui 1.3.9 
atom-monokai 0.10.7 
atom-ternjs 0.17.0 
autoclose-html 0.23.0 
autocomplete-emojis 2.5.0 
cake-syntax 1.0.2 
cold-ui 1.4.0 
dark-flat-ui 1.2.4 
duotone-dark-syntax 2.1.0 
eclectic-syntax 0.2.1 
elm-format 2.1.0 
firewatch-syntax 1.1.1 
flat-ui-syntax 0.5.1 
git-time-machine 1.5.4 
gruvbox-syntax 2.4.1 
highlight-selected 0.12.0 
ide-flow 0.8.0 
language-babel undefined 
language-elm 1.5.0 
line-ending-selector-unix 0.0.9 
linter 1.11.21 
linter-elm-make 0.22.2 
linter-eslint 8.1.0 
linter-flake8 2.1.4 
linter-flow 5.5.0 
min-ui 0.0.1 
minimap 4.26.8 
minimap-highlight-selected 4.5.0 
northem-dark-atom-ui 2.0.0 
nucleus-dark-ui 0.10.22 
outlander-syntax 2.0.0 
pigments 0.39.0 
react 0.16.0 
react-es6-snippets 0.3.0 
sensible-tab 1.0.0 
seti-ui 1.6.1 
sort-lines 0.14.0 
Sublime-Style-Column-Selection 1.7.3 
tab-switcher 1.5.4 
tabs-to-spaces 1.0.3 
tango-syntax 0.4.1 
todo-show 1.9.0 
trailing-spaces 0.4.0 
littlebee commented 7 years ago

hi @anshumanf, sorry about the delay getting back to you. Are you still experiencing this issue? I think this might be related to other issues with the .less styles that were fixed in 1.5.6 of git-time-machine

scottlet commented 7 years ago

I just got this issue when opening atom. There were no updates showing. Reinstalling git-time-machine with APM worked.

littlebee commented 7 years ago

Thanks for the update.