Zak Burke

Results 10 comments of Zak Burke

Full story: I have a working `package-lock.json` from last week's npm-based installation. Today's project was to get this running in a yarn workspace (because I am only on node v14/npm...

@minkimcello no luck: ``` $ yarn init $ yarn add bigtest --dev $ yarn add typescript --dev $ yarn bigtest init $ yarn bigtest server --launch=chrome 💥 ``` Additional details:...

@cowboyd, no, because Chrome doesn't believe itself to be outdated. I would love to force an update, but the [update instructions](https://support.google.com/chrome/answer/95414?co=GENIE.Platform%3DDesktop&hl=en#:~:text=Mac%20users%3A%20You%20can%20also,update%20Chrome%20for%20all%20users.) indicate "If you can't find \[the "Update Google Chrome"\]...

> There are no quick fixes here Yes and no. If the problem is identifying which `chromedriver` version to depend so it matches the version of Chrome a user has...

Lots of good info there about why this is such a thorny problem, @jnicklas! For me, the most important point is "no perfect solution here, it's all tradeoffs" but also...

August 2021 and this problem remains. The JS console shows the following error: ``` Uncaught (in promise) { "stack": "AlgoliaSearchError@https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js:2:4901 success@https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js:2:81909", "name": "AlgoliaSearchError", "message": "Index final-form does not exist", "debugData":...

In a package with a transitive dependency on `^6.0.0`, installation via `npm i` fails with the following in the error log: ``` [...] 12243 10583 verbose stack Error: command failed...

@SimenB : Here are reproduction steps: ``` git clone [email protected]:folio-org/stripes-core.git cd stripes-core echo "@folio:registry = https://repository.folio.org/repository/npm-folioci/" >> .npmrc npm install ``` `add-asset-html-webpack-plugin` comes into this package, `@folio/stripes-core`, transitively through `@folio/stripes-cli`...

Related issues: * https://github.com/npm/cli/issues/7322 closed with "I'll write a better follow-up" ... but now follow-up 😢 . * https://github.com/bun913/textlint-rule-aws-service-name/issues/96, resolved in https://github.com/bun913/textlint-rule-aws-service-name/pull/97 by migrating from `postinstall` to `prepare` since they...

Option 1 is correct even though it's not exactly intuitive. ISO-4217 includes many "numeric code" values with leading zeros such as `008` (Albanian Lek, `ALL`) and `032` (Argentine peso, `ARS`)...