-
Notifications
You must be signed in to change notification settings - Fork 23
Unable to install v4 #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @gitmalong , Can you try to create file |
Hi @datnguyen2k3 ! This saves the first error but now I am getting: npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@minswap/[email protected]',
npm warn EBADENGINE required: { node: '>=20.17 <21' },
npm warn EBADENGINE current: { node: 'v23.7.0', npm: '10.9.2' }
npm warn EBADENGINE }
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm error code 1
npm error path /Users/user/Code/cardano-butterbrot/node_modules/@minswap/sdk
npm error command failed
npm error command sh -c prisma generate
npm error Error: Could not load schema from `src/syncer/postgres/prisma/schema.prisma` provided by "prisma.schema" config of `package.json`: file or directory not found
npm error A complete log of this run can be found in: /Users/user/.npm/_logs/2025-02-17T20_02_40_045Z-debug-0.log |
Hi @gitmalong, This show that has error |
Hi! Even after changing the node version and trying npm install @minswap/sdk
|
Hi @Ishannaik , can you try |
Hi, I successfully installed it using pnpm but I'm facing another issue now
I'm trying to build the typescript file but I face this error Example 3: Build Order transaction and submit Do you have discord? My username is |
Hi @Ishannaik, we recently release version 0.4.1, can you try to install it. Also I had chat you on discord |
v0.4.1 seems to have a build failure. My temporary solution is to add the flag --ignore-scripts.
|
npm install @minswap/sdk@latest
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@jsr%2fspacebudz__lucid - Not found
npm error 404
npm error 404 '@jsr/spacebudz__lucid@^0.20.4' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /Users/user/.npm/_logs/2025-02-15T10_39_09_830Z-debug-0.log
Another error after I installed the jsr package manually
package.json
The text was updated successfully, but these errors were encountered: