Cheng Lou

Results 203 comments of Cheng Lou

Oh, I'm talking about TJ Holowaychuk's component. https://github.com/component/component I feel like this could be a lightweight substitution for jQuery, and it's really appropriate for writing small libraries.

Local project development invokes this every build right? No-op bsb is 70ms. Adding 50ms for `esy refmt` during parsing is unfortunate.

Right, a build watcher circumvents this. I was asking about straight up `bsb -make-world`, no `-w`. Your issue makes sense.

(See discord conversation) things are fixed after an `npm cache clean`. The repro is ``` "dependencies": { "reason": "facebook/reason#esy", "ocaml": "esy-ocaml/ocaml#esy" }, "peerDependencies": { "reason": "facebook/reason#esy", "ocaml": "esy-ocaml/ocaml#esy" } ```...

Not sure sorry. Can't repro this anymore but people definitely reproed on other laptops.

BTW I'm not modifying the package's content (they're symlinked and I wouldn't touch them anyway). I'm switching from a remote git url to a local one. What you said applies...

(Following discord discussion) Didn't know it was only true for `npm install reason` in the current setup. Though @andreypopp did say something about a general `npm install foo` too.

Will I ever need to do `npm install foo`? What about in an existing project with mixed js and ocaml deps?