ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.36k stars 888 forks source link

error code 13 #1215

Open daniel3150 opened 3 years ago

daniel3150 commented 3 years ago

trying to connect with the browser i keep getting this error when trying to run remixd in terminal

[Error: EACCES: permission denied, open '/usr/local/lib/node_modules/@remix-project/remixd/origins.json'] { errno: -13, code: 'EACCES', syscall: 'open', path: '/usr/local/lib/node_modules/@remix-project/remixd/origins.json' } [WARN] You may now only use IDE at https://remix.ethereum.org to connect to that instance [WARN] Any application that runs on your computer can potentially read from and write to all files in the directory. [WARN] Symbolic links are not forwarded to Remix IDE

yann300 commented 3 years ago

I think the connection can still be made. did you try to connect remixd?