surrealdb.node icon indicating copy to clipboard operation
surrealdb.node copied to clipboard

Does not work with Yarn@4

Open tengla opened this issue 2 years ago • 3 comments

Installing with yarn 4 does not work.

yarn add surrealdb.node
➤ YN0000: · Yarn 4.0.0
➤ YN0000: ┌ Resolution step
➤ YN0035: │ surrealdb.node-linux-arm-gnueabihf@npm:0.3.0: Package not found
➤ YN0035: │   Response Code: 404 (Not Found)
➤ YN0035: │   Request Method: GET
➤ YN0035: │   Request URL: https://registry.yarnpkg.com/surrealdb.node-linux-arm-gnueabihf
➤ YN0000: └ Completed in 0s 916ms
➤ YN0000: · Failed with errors in 0s 946ms

tengla avatar Oct 24 '23 10:10 tengla

Btw, my install / build attempt is on a MB Pro.

tengla avatar Oct 24 '23 10:10 tengla

corepack enabled

tengla avatar Oct 24 '23 11:10 tengla

Maybe related #14 I'm using yarn 1.22.19

CanRau avatar Nov 14 '23 12:11 CanRau