How can I get rid of "Experimental decorators" error showing up in regular javascript files? #4067
-
Using macvim 8.2 I recently began to see the error below in all my regular javascript files that use decorators (e.g. ember.js projects):
Running ./node_modules/.bin/eslint . -> success The only thing I can think of is recently I upgraded a bunch of dependencies for eslint, template lint, htmlbars, and babel in my ember project, but the errors also occur in a separate unrelated local project. I tried How can I debug this? Help appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved, had installed |
Beta Was this translation helpful? Give feedback.
Solved, had installed
aws-cdk
which had installed typescript at global level andtsserver
was being used by Ale as a linter