Code Monkey home page Code Monkey logo

Comments (6)

groodle avatar groodle commented on August 18, 2024 3

Creating symlink back to the system node binary worked for me. On Arch:

sudo ln -s /usr/bin/node /usr/lib/node_modules/atom-package-manager/bin/node

from linter-write-good.

gepoch avatar gepoch commented on August 18, 2024

Hey thanks for the info. This is a good call. There are probably better search strategies for finding a valid node binary as well, before we fall back to raising an error message. I'll look into this when I can, otherwise PRs are accepted :)

from linter-write-good.

es02 avatar es02 commented on August 18, 2024

I am having the same issue.

Workaround:

wget https://nodejs.org/dist/v6.10.3/node-v6.10.3-linux-x64.tar.xz
tar -xvftz node-v6.10.3-linux-x64.tar.xz
cd node-v6.10.3-linux-x64/bin
chmod +x node
sudo ln -s ./node /usr/lib/node_modules/atom-package-manager/bin/node 

from linter-write-good.

flungo avatar flungo commented on August 18, 2024

I just set Path to the node interpreter to use. Defaults to Atom's to /usr/bin/node (node installed on the system identifiable with which node).

If I get some time I might look into this, but if anyone else wants to pick this up and resolve. I wonder if there is a way of actually detecting which node binary Atom is using rather than just defaulting to the one that is expected to exist as /usr/lib/node_modules/atom-package-manager/bin/node. The minimum requirement is that a reasonable error message is shown.

from linter-write-good.

ChasNelson1990 avatar ChasNelson1990 commented on August 18, 2024

Just to say - I've just spent twenty minutes with this same issue (also installed on Arch Linux). For some reason this issue doesn't come up when searching (via Duck Duck Go). I wonder if it might be worth including failed to run undefined undefined to the issue title to make it easier to find until a solution is proposed.

from linter-write-good.

gepoch avatar gepoch commented on August 18, 2024

Updated.

Sorry guys, I've actually switched back to vim since writing this plugin, but if someone had a PR, I'm happy to release it!

from linter-write-good.

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.