bloodyowl / rescript-test

A lightweight test framework for ReScript
https://bloodyowl.github.io/rescript-test/
MIT License
78 stars 9 forks source link

upgrade to Rescript version 10 #10

Closed jderochervlk closed 1 year ago

jderochervlk commented 1 year ago

Trying to install into a project using Rescript v10 using npm.

npm install rescript-test --save-dev
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: maybe-list@1.0.0
npm ERR! Found: rescript@10.0.1
npm ERR! node_modules/rescript
npm ERR!   dev rescript@"^10.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rescript@"^9.0.0" from rescript-test@3.4.1
npm ERR! node_modules/rescript-test
npm ERR!   dev rescript-test@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
bloodyowl commented 1 year ago

just published 4.0.0 with ReScript 10 compat.