Casey

Results 15 comments of Casey

Reiterating what @justinfagnani has said above; calling this `esm` is misleading at best. At worst a casual adopter will install the library and attempt to import it natively only to...

This is necessary for pushState -- the path must be `/index.js`, but it isn't configurable. I used this in my bash build script to fix it: `sed -i '' 's/src="index.js"/src="\/index.js"/g'...

+1 — we also desire to integrate Monaco using an Iframe and encountered the same issue. At first glance I'm thinking it would be nice to be able to provide...

> `npm ci` requires a package.json Per the docs here: https://docs.npmjs.com/cli/v10/commands/npm-ci > This command is similar to [npm install](https://docs.npmjs.com/cli/v7/commands/npm-install), except it's meant to be used in automated environments such as...

@ljharb are you a maintainer of `npm` or `npm ci`?

I see. Well, you know, that's just like uh, your opinion, man. As long as `npm install --global` is a supported feature it is rather bizarre to randomly admonish issue...

Thanks for your reply. Yarn does support what I want; I already use it like this: ``` yarn install ./my-cli-tool-written-in-nodejs --global --frozen-lockfile ``` According to `npm ci` [docs](https://docs.npmjs.com/cli/v10/commands/npm-ci) the command...

@gnoff While your comment above gives me some hope, I still find myself wondering if I actually understand what to expect in the next stable release. Is there a roadmap...

Hi @rickhanlonii — thanks for your reply. I'll reiterate what I'm asking, I don't intend to be controversial and only want to know about this subject: > this PR turns...

Thank you @rickhanlonii — I really appreciate the clarity!