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

'Bad option: esversion' but not using esversion? #3188

Open
gnh1201 opened this issue Sep 13, 2017 · 1 comment
Open

'Bad option: esversion' but not using esversion? #3188

gnh1201 opened this issue Sep 13, 2017 · 1 comment

Comments

@gnh1201
Copy link

gnh1201 commented Sep 13, 2017

I want solve 'Bad option: esversion' error, but I am not using esversion in source code. anything.

grep -Hrn "esversion" -> Nothing. ( find all files contains 'esversion', result is nothing. )

Why occurred this error?

Error console:

[15:49:47] Using gulpfile ~/testpack/gulpfile.js
[15:49:47] Starting 'less'...
[15:49:47] Finished 'less' after 9.63 ms
[15:49:47] Starting 'templates'...
[15:49:47] Finished 'templates' after 12 ms
[15:49:47] Starting 'compile:dev'...
/home/user/testpack/src/testpack/core/emitter.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack/core/promise.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack/core/view.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack/wm/window.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack/wm/windowmanager.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack/wm/modes/default.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack/wm/modes/expose.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack/wm/modes/fullscreen.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/main.js: line 0, col 0, Bad option: 'esversion'.

1 error
/home/user/testpack/src/testpack.js: line 0, col 0, Bad option: 'esversion'.

1 error
[15:49:48] Finished 'compile:dev' after 595 ms
[15:49:48] Starting 'compile:prod'...
[15:49:49] Finished 'compile:prod' after 812 ms
[15:49:49] Starting 'compile'...
[15:49:49] Finished 'compile' after 1.63 μs
[15:49:49] Starting 'default'...
[15:49:49] Finished 'default' after 1.94 μs

@jugglinmike
Copy link
Member

Hi there! We'd like to help out, but we'll need some more information first. From the project's contribution guidelines:

If you believe you have identified incorrect behavior, please let the team know
by filing an issue. In order to help the team diagnose and fix the problem, the
issue report should have the following information:

  • Version of JSHint being used
  • Input source code (simplified to only contain details necessary to
    demonstrate the problem)
  • Configuration values
  • Description of expected behavior
  • Description of actual behavior

Could you get back to us with this information?

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

No branches or pull requests

2 participants