npm install issue / missing remixd cmd
See original GitHub issueAfter upgrading to 0.5.3, remixd
cmd no longer works - the build output appears to be incorrect.
To reproduce: Uninstall @remix-project/remixd then reinstall.
Possibly Related: https://github.com/ethereum/remix-project/commit/d6f9c64324ec4e9a54ce2b2de87e005f12d5b64c#diff-a185b6361a56b0812c01914d7e86806c84ef1d3c1a04bff7c3a9edd03dd86fc7
Comparison of directory structures:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
npm install errors with Error: ENOENT, chmod - Stack Overflow
The error is saying takeapeek/lib/cmd.js does not exist. Even though the lib folder might be 'there' when you publish, it's not going to...
Read more >Remixd: Access your Local Filesystem - Remix's documentation!
Before you hit Connect, you need to install the remixd NPM module and run the remixd command. The code of remixd is here...
Read more >Remix Documentation - Read the Docs
remix -tests is a tool which can be used as a CLI (Command Line Interface) solution to run the solidity unit tests. This...
Read more >react-router-dom - npm
Declarative routing for React web applications. Latest version: 6.6.1, last published: 3 days ago. Start using react-router-dom in your ...
Read more >Lighthouse overview - Chrome Developers
Run Lighthouse and link to reports without installing a thing. The CLI and Node workflows ... Install and run the Node command line...
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
I’m sure it was an honest mistake - there are a lot of higher priority issues to be sure. If the workaround doesn’t suffice, you can always
npm i @remix-project/remixd@0.5.2
.For me correcting permissions and creating the link worked.