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

Version 2.0.0 is not published in npm #29

Closed
jirutka opened this issue Oct 1, 2019 · 9 comments
Closed

Version 2.0.0 is not published in npm #29

jirutka opened this issue Oct 1, 2019 · 9 comments

Comments

@jirutka
Copy link

jirutka commented Oct 1, 2019

There’s a tag v2.0.0, but the corresponding version is not available on npmjs.com.

@JounQin
Copy link
Collaborator

JounQin commented Oct 1, 2019

Yep, I haven't got the npm publish access for now. You can use eslint-import-resolver-ts temporarily for now.

@alexgorbatchev

@jazzfog
Copy link

jazzfog commented Oct 2, 2019

I think I broke my head today trying to apply v2 instructions to v1 code that got installed by npm :)

For now the easiest workaround is to install from the GitHub itself
yarn add https://github.com/alexgorbatchev/eslint-import-resolver-typescript.git#2.0.0

@JounQin
Copy link
Collaborator

JounQin commented Oct 2, 2019

@jazzfog The tagged commit is not up to date, I personally do not recommend doing like this. Try eslint-import-resolver-ts temporarily instead for now.

@jirutka
Copy link
Author

jirutka commented Oct 2, 2019

So why the heck you've created the tag when you actually couldn't publish it and now you even said that it's not up to date? Moreover, the changelog contains only versions that don't exist at all. It's all very confusing.

@JounQin
Copy link
Collaborator

JounQin commented Oct 2, 2019

Not me. The repository owner is @alexgorbatchev .

@jirutka
Copy link
Author

jirutka commented Oct 2, 2019

Oh, I see now, my apologies.

@alexgorbatchev
Copy link
Collaborator

All of the tests are failing for me with the following error:

❯ yarn test
yarn run v1.19.0
$ eslint -f friendly tests/**/*.{ts,tsx}


  ✘  https://google.com/#q=import%2Fno-unresolved

     Resolve error: typescript with invalid interface loaded as resolver


     tests/withoutPaths/index.ts:1:1
   > 1 | // import relative
       | ^
     2 | import './tsImportee'
     3 | import './tsxImportee'
     4 | import './dtsImportee'

Any idea what i'm missing? I havent seen this error before.

@JounQin
Copy link
Collaborator

JounQin commented Oct 6, 2019

@alexgorbatchev Sorry I forgot to add pretest: 'r' script, that's because the source is .ts based now, so a build step is required before test.

It should have been fixed in 1ffcd83, would you like to try again and publish a new version?

@alexgorbatchev
Copy link
Collaborator

published, there seem to be an issue with lodash #31

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

No branches or pull requests

4 participants