Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node_path from wrong config #56

Open
maritz opened this issue Jun 1, 2015 · 1 comment
Open

node_path from wrong config #56

maritz opened this issue Jun 1, 2015 · 1 comment

Comments

@maritz
Copy link

maritz commented Jun 1, 2015

For some reason the linter config I get here https://github.com/Phaiax/ArcticTypescript/blob/master/lib/tsconfiglint/tsconfigglobexpand.py#L82 is from the tsconfig.json and not the ArcticTypescript.sublime-settings.
Thus the node_path was not found for me.

Resulting Error:

ArcticTypescript: notify : expandglob: [Errno 2] No such file or directory: 'nodejs'

Tested on TS3, ArcticTypescript 0.7.0 on Linux.

As a workaround for now I just put an additional node_path into my tsconfig.json.

@maritz
Copy link
Author

maritz commented Jun 3, 2015

For some reason that doesn't work for me anymore now. Now I had to add this to my tsconfig.json:

"ArcticTypescript": {
    "node_path": "/home/developer/.nvm/versions/node/v0.12.3/bin/node"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant