Giter VIP home page Giter VIP logo

Comments (2)

ig0774 avatar ig0774 commented on August 30, 2024

Could you try uninstalling and reinstalling the package? It looks like either something went wrong with the upgrade or for some other reason your lib/latextools.coffee file does not match v0.8.1.

The line numbers in the stack trace don't correspond to v0.8.1's latextools.coffee, nor with any other release I can find. In particular, line 315 (where the error is raised) is switch process.platform. You most likely have at your lines 314–315:

CompletionManager ?= require './completion-manager'
@completionManager ?= new CompletionManager(@ltConsole)

Which is code that was used prior to v0.8.1, but was changed in v0.8.1 to this.

Similarly, line 272 which, in the stack trace appears to be invoking requireIfNeeded is, in fact, an innocuous event definition. The fact that your line 272 is invoked from event-kit probably means it was part of the atom.workspace.observeTextEditors handler that was eliminated in v0.8.1. Your line 272 appears to correspond to v0.8.0's line 279.

from atom-latextools.

mlxd avatar mlxd commented on August 30, 2024

An uninstall and reinstall fixed it for me. Upgrades worked fine across my other machines, so this was probably just an isolated event. Thanks for the help.

from atom-latextools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.