无法在Windows 10上找到Remixd的正确绝对路径。
我都试过了
remixd -s C:/MyProjects/SmartContracts --remix-ide https://remix.ethereum.org
remixd -s C:\MyProjects\SmartContracts --remix-ide https://remix.ethereum.org在这两种情况下,混合程序都在运行:
[WARN] Symbolic links are not forwarded to Remix IDE但是在浏览器中打开Remix时没有本地文件夹
发布于 2020-12-26 13:30:20
使用wsl2,像remixd -s /mnt/d/projects/xxxx --remix-ide https://remix.ethereum.org一样运行混合程序解决我的问题。
发布于 2022-06-20 05:37:48
我刚刚验证了Windows 10上的同步正在按照remidx v0.6.2的预期工作。
PS C:\Users\Bing.Bai\ethereum\v2-core> remixd -s C:\Users\Bing.Bai\ethereum\v2-core --remix-ide https://remix.ethereum.org
(node:17196) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Bing.Bai\AppData\Local\Yarn\Data\global\node_modules\@remixproject\plugin-ws\package.json' of 'src/index.js'. Please either fix that or report it to the module author
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:17196) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Bing.Bai\AppData\Local\Yarn\Data\global\node_modules\@remixproject\plugin-utils\package.json' of 'src/index.js'. Please either fix that or report it to the module author
(node:17196) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Bing.Bai\AppData\Local\Yarn\Data\global\node_modules\@remixproject\plugin\package.json' of 'src/index.js'. Please either fix that or report it to the module author
(node:17196) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Bing.Bai\AppData\Local\Yarn\Data\global\node_modules\@remixproject\plugin-api\package.json' of 'src/index.js'. Please either fix that or report it to the module author
(node:17196) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Bing.Bai\AppData\Local\Yarn\Data\global\node_modules\@remixproject\plugin-utils\package.json' of 'src/index.js'. Please either fix that or report it to the module author
(node:17196) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Bing.Bai\AppData\Local\Yarn\Data\global\node_modules\@remixproject\plugin\package.json' of 'src/index.js'. Please either fix that or report it to the module author
[INFO] you are using the latest version 0.6.2
[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
[INFO] Mon Jun 20 2022 13:34:11 GMT+0800 (China Standard Time) remixd is listening on 127.0.0.1:65520
[INFO] Mon Jun 20 2022 13:34:11 GMT+0800 (China Standard Time) slither is listening on 127.0.0.1:65523
setup notifications for C:\Users\Bing.Bai\ethereum\v2-core我使用的是PowerShell 7,但是任何PowerShell版本都应该可以。
只要你不创建符号链接,下面的消息对你来说毫无意义。
警告符号链接不被转发到Remix
https://ethereum.stackexchange.com/questions/89732
复制相似问题