-
Notifications
You must be signed in to change notification settings - Fork 34
Build script broken with ESLint 3.x? #44
Comments
This was fixed in #43. Try restarting your builds ♻️ |
Awesome, thanks! |
Sorry to be noisy, but the issue remains. :/ |
Oh, that specific issue won't be fixed by anything we can do here. If an npm package is listed as a dependency it will be installed using If you want to use eslint v3 and above, then for the time being you'll have to deal with linting on your own. That means removing it as a dependency in your On a side note, this shouldn't even work locally? What you are seeing is not specific to running stuff on Travis CI. Furthermore, this will be fixed when atom/atom#11897 🚢s. |
Ah okay, got it. Locally I have always been linting with Is there a rough estimate when atom/atom#11897 will be merged? Either I just wait, or go back to ESLint 2.x. |
Hello,
I am using the
build-package.sh
and it has always worked great for my project, but since I've updated to ESLint 3.x my build is broken.The problem seems to be that the script uses the APM versions, which is Node
0.10.40
, but ESLint 3.x requires Node>=4
.Is there a way to fix or work around this?
The text was updated successfully, but these errors were encountered: