Commit graph

13 commits

Author SHA1 Message Date
Jacob Heider 88bd4668f5
fix(npm) 2023-06-27 19:54:02 -04:00
Jacob Heider 0e5d4fd9e8 nodejs.org>=20.3 has broken docker
https://github.com/nodejs/node/issues/48444
2023-06-21 19:14:54 -04:00
Max Howell d5cf4aef4c proper npx fix 2023-04-22 10:29:37 -04:00
Max Howell baf044ad07
Fix npx failing without ~/.local/lib
Fixes https://github.com/teaxyz/cli/issues/532
2023-04-22 08:41:45 -04:00
Jacob Heider 409402efd4
fix(npm) 2023-04-16 02:15:35 -04:00
Max Howell 1caf64aeca
npm i -g install to ~/.local/bin (#1295) 2023-04-08 10:37:00 -04:00
Max Howell a7b4df2c99
prevent npm update prompts 2023-03-23 06:26:08 -04:00
Jacob Heider 55f39f4bff fix(npm)
ref https://github.com/npm/cli/pull/6142

fixes https://github.com/teaxyz/pantry.core/issues/213
fixes https://github.com/teaxyz/pantry.core/issues/214
fixes https://github.com/teaxyz/pantry.core/issues/215
2023-02-07 17:30:22 -05:00
Jacob Heider f5975d8d79
fix(npm) (#174)
* npm^8 installs symlinks unless told not to

* see if node^19.5 is the problem

* final version
2023-02-03 19:34:11 -05:00
Jacob Heider a3bb5da37d npm doctor gives non-zero if you're using the newest node 2023-01-12 16:04:23 -05:00
Jacob Heider 99253c4467
npmjs.com: upstream removed ./scripts/install (#34)
* upstream removed ./scripts/install

which we shouldn't have been using anyway, since it was bypassing our downloaded sources. this is the correct way.

* improved testing
2022-11-16 18:01:43 -05:00
Jacob Heider 8de63129b4
semver isn't enjoying intersecting this version with others 2022-10-31 13:25:32 -04:00
Jacob Heider b1e948531e +npmjs.com 2022-10-29 19:01:50 -04:00