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

jquery does not work with TravisCI #37163

Closed
4 tasks done
Judahh opened this issue Jul 26, 2019 · 2 comments
Closed
4 tasks done

jquery does not work with TravisCI #37163

Judahh opened this issue Jul 26, 2019 · 2 comments

Comments

@Judahh
Copy link

Judahh commented Jul 26, 2019

If you know how to fix the issue, make a pull request instead.
The package ("@types/jquery": "^3.3.30") does not works at the first install, so it doesn't work in Travis.

`
node_modules/@types/jquery/index.d.ts:29:22 - error TS6053: File '/home/judahholanda/backApp/node_modules/@types/jquery/JQueryStatic.d.ts' not found.

29 ///
~~~~~~~~~~~~~~~~~

node_modules/@types/jquery/index.d.ts:30:22 - error TS6053: File '/home/judahholanda/backApp/node_modules/@types/jquery/JQuery.d.ts' not found.

30 ///
~~~~~~~~~~~

node_modules/@types/jquery/index.d.ts:31:22 - error TS6053: File '/home/judahholanda/backApp/node_modules/@types/jquery/misc.d.ts' not found.

31 ///
~~~~~~~~~

node_modules/@types/jquery/index.d.ts:32:22 - error TS6053: File '/home/judahholanda/backApp/node_modules/@types/jquery/legacy.d.ts' not found.

32 ///
~~~~~~~~~~~

node_modules/@types/jquery/index.d.ts:34:10 - error TS2304: Cannot find name 'jQuery'.

34 export = jQuery;
~~~~~~
`

If you do not mention the authors the issue will be ignored.

@leonard-thieu
Copy link
Contributor

I couldn't reproduce this error.

Travis CI Build
https://github.com/leonard-thieu/DefinitelyTyped-issue-37163

Could you post a repro?

@Judahh
Copy link
Author

Judahh commented Jul 27, 2019

Sorry, but I think it was some kind of cache problem (on Travis), I couldn't reproduce the same problem not even when copying my whole project with the reported problem to a new repo. I deleted all project, then uploaded again then it started working.

@Judahh Judahh closed this as completed Jul 27, 2019
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

2 participants