question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm install issue / missing remixd cmd

See original GitHub issue

After 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:

@remix-project/remixd@0.5.2 image

@remix-project/remixd@0.5.3 image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

2reactions
26A0D355-AA5F-4621-8975-9184E8DF8C23commented, Nov 28, 2021

ridiculous that the first time I install this I get this - need some checks there

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.

1reaction
dotwilbertcommented, Nov 29, 2021

For me correcting permissions and creating the link worked.

<your path to install>/node_modules/.bin$ chmod 775 ../@remix-project/remixd/src/bin/remixd.js
<your path to install>/node_modules/.bin$ ln -s ../@remix-project/remixd/src/bin/remixd.js remixd
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found