Skip to content
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

CLI Installation doesn't work #72

Open
carl-egge opened this issue Oct 5, 2023 · 3 comments
Open

CLI Installation doesn't work #72

carl-egge opened this issue Oct 5, 2023 · 3 comments

Comments

@carl-egge
Copy link

I was following the readme to install the sol-merger CLI tool.

I used npm ( npm i --save-dev sol-merger ) to install the tool.

But I get:
sol-merger: command not found

@RyuuGan
Copy link
Owner

RyuuGan commented Oct 5, 2023

Hello,

Did you add it to the package.json and run it using the npm run <scriptName> ?

If not you should use npx sol-merger instead of just sol-merger because it will look up in the node_modules to find the script.

Can you validate that node_modules/.bin contain sol-merger inside ?

Best regards,
Valerii Aligorskii

@carl-egge
Copy link
Author

Hi again :)

Running it with npx sol-merger did the trick. Thanks for the hint. Also something that you should maybe update in the readme.
Thanks for the help!

Btw. Is the sol-merger able to resolve dependencies like "@openzeppelin/contracts/..." or similar that use the @ abbreviation? And also, I assume it cannot pull openzepplin (and similar) libraries from the web if it cannot find them locally, right?

Best regards,
Carl

@Gueedo78
Copy link

Hello, I'm having trouble when I'm trying to send crypto and I get a pop up saying Jason error??? What does that mean???
Appreciate ur help.
From me and mines @ Bestofintentions2@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants