Yoav Vainrich
Yoav Vainrich
I remember looking for such a flag when I wanted this behavior, and couldn't find such. Nothing in the documentation either. AFAIK, if there's a `package-lock.json` file, `npm shrinkwrap` renames...
Already have. Same result. The log to the console: ``` npm notice package-lock.json has been renamed to npm-shrinkwrap.json ```
> Looks like this is a confirmed bug with the `npm` CLI and dev dependencies should not be installed when a project has a `npm-shrinkwrap.json` file [npm/cli#4323](https://github.com/npm/cli/issues/4323) Interesting. Not sure...
> Is there any consensus emerging from the discussion? > > Will the fix in https://github.com/npm/cli/issues/4323 address the concern without the need to update the recommendation? > > I think...
> We have encountered a similar "issue". > > It seems the `lerna bootstrap` command is functioning as intended. In our case we have this scenario: > > * Using...
Stable diffusion 2 is a totally different [repository](https://github.com/Stability-AI/stablediffusion) So the question is if there's going to be a new fork with similar improvements.
actually, you can start writing and it does search. But it's not that user friendly. no find next, find previous, etc.
Created a proof-of-concept here: [screwzira-subtitle-downloader](https://github.com/yoavain/screwzira-subtitle-downloader) It's a CLI for downloading from this site, written in javascript (nodejs)