Giter VIP home page Giter VIP logo

Comments (9)

schleiche123 avatar schleiche123 commented on July 20, 2024 1

@robvanderleek

It works. Thank you very much :)

from mudslide.

lightaffaire avatar lightaffaire commented on July 20, 2024 1

It works again. Thanks Rob!

from mudslide.

chhajervikram avatar chhajervikram commented on July 20, 2024 1

Thank You Sir It works .

from mudslide.

lightaffaire avatar lightaffaire commented on July 20, 2024

I have the exact same problem since 2 days:

$ npx mudslide@latest send me hello
Need to install the following packages:
[email protected]
Ok to proceed? (y) y

$ npx mudslide@latest send me hello
Need to install the following packages:
[email protected]
Ok to proceed? (y)

Does not upgrade.

If i try to use 0.25.3 or 0.25.2 then it will downgrade but the message does not get sent... no output of sending text:

$ npx [email protected] send me hello
[ nothing is printed at all]

from mudslide.

robvanderleek avatar robvanderleek commented on July 20, 2024

Hi @chhajervikram @lightaffaire

Due to a fix in the Baileys library that solves WA connection problems but have not yet been released, the latest version of Mudslide is now depending on a GitHub repository hash. This might give issues with npx, beyond my control.

FWIW, I can still install the latest version like this:

❯ npx mudslide me
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
npm WARN skipping integrity check for git dependency ssh://[email protected]/WhiskeySockets/Baileys.git
Cache folder: /Users/rob/.local/share/mudslide
Current user: ****:[email protected]
…  awaiting  Closing WA connection, waiting for 1 second(s)...
⭐ Please star Mudslide on GitHub! https://github.com/robvanderleek/mudslide

❯ npx --version
10.5.2

from mudslide.

chhajervikram avatar chhajervikram commented on July 20, 2024

Trying To install Mudslide get this error

C:\Users\vikra>npm install -g mudslide

npm ERR! code 1
npm ERR! git dep preparation failed
npm ERR! command C:\Program Files\nodejs\node.exe C:\Users\vikra\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js install --force --cache=C:\Users\vikra\AppData\Local\npm-cache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR! npm ERR! code 1
npm ERR! npm ERR! path C:\Users\vikra\AppData\Local\npm-cache_cacache\tmp\git-cloneXXXXXXJofsj6
npm ERR! npm ERR! command failed
npm ERR! npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c tsc
npm ERR! npm ERR! 'tsc' is not recognized as an internal or external command,
npm ERR! npm ERR! operable program or batch file.
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR! C:\Users\vikra\AppData\Local\npm-cache_logs\2024-05-28T01_28_58_166Z-debug-0.log

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\vikra\AppData\Local\npm-cache_logs\2024-05-28T01_28_54_525Z-debug-0.log

Sir Create Exe File If Possible to Install the latest Version . Or Sir Please Help us How to reslove this issue .

Thank You
Vikram Chhajer

from mudslide.

schleiche123 avatar schleiche123 commented on July 20, 2024

I have the same problem updating from 0.25.3 to 0.25.4

$ npm update -g mudslide

npm ERR! code 127
npm ERR! git dep preparation failed
npm ERR! command /usr/bin/node /usr/share/nodejs/npm/bin/npm-cli.js install --force --cache=/root/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR! npm ERR! code 127
npm ERR! npm ERR! path /root/.npm/_cacache/tmp/git-clonehcJ4vY
npm ERR! npm ERR! command failed
npm ERR! npm ERR! command sh -c tsc
npm ERR! npm ERR! sh: 1: tsc: not found
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR! /root/.npm/_logs/2024-05-28T08_18_30_179Z-debug-0.log

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2024-05-28T08_18_26_722Z-debug-0.log

Linux 6.1.0-10-amd64
node v18.19.0
npm v9.2.0

from mudslide.

lightaffaire avatar lightaffaire commented on July 20, 2024

$ npm install -g mudslide

npm ERR! code 127
npm ERR! git dep preparation failed
npm ERR! command /usr/bin/node-18 /usr/local/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/root/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR! npm ERR! code 127
npm ERR! npm ERR! path /root/.npm/_cacache/tmp/git-cloneX1ibY1
npm ERR! npm ERR! command failed
npm ERR! npm ERR! command sh -c tsc
npm ERR! npm ERR! sh: line 1: tsc: command not found
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-05-28T08_46_39_130Z-debug-0.log

npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-05-28T08_46_37_519Z-debug-0.log

from mudslide.

robvanderleek avatar robvanderleek commented on July 20, 2024

Hi @lightaffaire @schleiche123 @chhajervikram

Please check the newest release (0.26.0), hopefully this fixes your issues.

from mudslide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.