We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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" }
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: