A global install issue with new version of remixd on Ubuntu 20
See original GitHub issueHello, I am using Ubuntu 20.04 node: 14.18.1 (16.13.1 have the same issue) npm : 8.1.4
I did npm install -g @remix-project/remixd
.
If I execute the remixd -v
command, a message appears that the remixd command was not found. I tried to run other global packages, they are executing well, so the problem is not in npm.
Please let me know how to solve it
thank you in advance!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
A global install issue with new version of remixd on window 10
Hello, I am using window 10 node: 16.13 npm : 8.1.0 I did "npm install -g @remix-project/remixd" before latest update, remixd -v was...
Read more >Ubuntu Unity Remix 20.04 - Flavors - Ubuntu Community Hub
I have installed a newer version of this Remix [20.04.1] on a VM and I have noticed some changes since the last version....
Read more >Remixd: Access your Local Filesystem - Remix's documentation!
uninstall the old one: npm uninstall -g remixd; install the new: npm install -g @remix-project/remixd. For Most Users who know that they have...
Read more >remixd - npm
remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section). Latest version: 0.2.4, ...
Read more >npm install errors with Error: ENOENT, chmod - Stack Overflow
I am not sure what was causing the error, but I had recently installed a couple of new node modules locally, upgraded node...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Solved.
npm install -g @remix-project/remixd@0.5.1
This is only a problem with the latest release. On Windows the same thing.