rescripts icon indicating copy to clipboard operation
rescripts copied to clipboard

No matching version for @rescripts/rescript-use-eslint-config dependency in @rescripts/rescript-env

Open D4uS1 opened this issue 3 years ago • 7 comments

Hi everyone,

In the package.json file for @rescripts/rescript-env you are referencing to a non existing version of @rescripts/rescript-use-eslint-config.

This version is not yet published to npm, hence it causes errors if i want to install the latest version of @rescripts/rescript-env. The latest version published to npm is 0.0.11.

D4uS1 avatar Mar 08 '21 11:03 D4uS1

True, in the repository it is actually updated https://github.com/harrysolovay/rescripts/blob/master/packages/rescripts/use-eslint-config/package.json#L3

It seems like it just have to be published

urakozz avatar Mar 09 '21 12:03 urakozz

@harrysolovay Hey, how do you think, when would it be possible to publish rescript-use-eslint-config ? :smiling_face_with_three_hearts:

urakozz avatar Mar 10 '21 14:03 urakozz

Several months later, same issue.. can I help to get this shipped?

tannerhallman avatar Jun 17 '21 03:06 tannerhallman

I am also experiencing this issue... Could we get a fix please?

squidjam avatar Jun 17 '21 11:06 squidjam

Same here:

My package.json dependencies looks like:

"devDependencies": { "@rescripts/cli": "0.0.16", "@rescripts/rescript-env": "0.0.14", ... }

Some fix?

rodrix avatar Jul 05 '21 20:07 rodrix

I moved up to node 14 today for another reason and then updated the libs, and it's working for me now. Maybe the missing dependency has been uploaded/accepted at npm in the meantime.

squidjam avatar Jul 08 '21 18:07 squidjam

Sad.. but I switched to craco.

tannerhallman avatar Jul 14 '21 21:07 tannerhallman