jiangmingwen

Results 5 comments of jiangmingwen

in the getPackages() i can not find any conflict

it works when i delete all the code and clone this project agin

``` class Num { num = 0 constructor(num){ this.num = num } add(count){ this.num += count return this } minus(count){ this.num -= count return this } } console.log(new Num(5).add(3).minus(2).num )...

> I have same problem 😂 [email protected] is uncompatible, trying to install 4.x