kitty-items icon indicating copy to clipboard operation
kitty-items copied to clipboard

Upgrade all packages without any breaking changes

Open Quasso opened this issue 1 year ago • 1 comments

As per title, just helps a little to keep things secure and up-to-date!

Quasso avatar Apr 17 '23 17:04 Quasso

Attempting to npm install with this PR using Ubuntu 20.04 results in new errors. Without this PR, the WARNs still occur, but with it the unsupported platform for @next/swc-darwin-arm64 error appears.

> npx lerna exec npm install

lerna notice cli v4.0.0
lerna info Executing command in 2 packages: "npm install"
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@readme/[email protected]',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16' },
npm WARN EBADENGINE   current: { node: 'v18.15.0', npm: '8.16.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16' },
npm WARN EBADENGINE   current: { node: 'v18.15.0', npm: '8.16.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16' },
npm WARN EBADENGINE   current: { node: 'v18.15.0', npm: '8.16.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16' },
npm WARN EBADENGINE   current: { node: 'v18.15.0', npm: '8.16.0' }
npm WARN EBADENGINE }
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @next/[email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  arm64
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: x64

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/zolrath/.npm/_logs/2023-04-17T22_28_22_538Z-debug-0.log
lerna ERR! npm install exited 1 in 'kitty-items-web'
lerna ERR! npm install exited 1 in 'kitty-items-web'
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
npm ERR! code 1
npm ERR! path /home/zolrath/code/work/flow/kitty-items
npm ERR! command failed
npm ERR! command sh -c npx lerna exec npm install

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/zolrath/.npm/_logs/2023-04-17T22_27_43_289Z-debug-0.log

zolrath avatar Apr 17 '23 22:04 zolrath

We're archiving this repo in favor of the flow app quickstart, so I'm closing this PR

joshuahannan avatar Jul 08 '24 16:07 joshuahannan