首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Remixd Windows 10 -绝对路径

Remixd Windows 10 -绝对路径
EN

Ethereum用户
提问于 2020-10-29 11:18:30
回答 2查看 548关注 0票数 1

无法在Windows 10上找到Remixd的正确绝对路径。

我都试过了

代码语言:javascript
复制
remixd -s C:/MyProjects/SmartContracts --remix-ide https://remix.ethereum.org
remixd -s C:\MyProjects\SmartContracts --remix-ide https://remix.ethereum.org

在这两种情况下,混合程序都在运行:

代码语言:javascript
复制
[WARN] Symbolic links are not forwarded to Remix IDE

但是在浏览器中打开Remix时没有本地文件夹

EN

回答 2

Ethereum用户

发布于 2020-12-26 13:30:20

使用wsl2,像remixd -s /mnt/d/projects/xxxx --remix-ide https://remix.ethereum.org一样运行混合程序解决我的问题。

票数 0
EN

Ethereum用户

发布于 2022-06-20 05:37:48

我刚刚验证了Windows 10上的同步正在按照remidx v0.6.2的预期工作。

代码语言:javascript
复制
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

票数 0
EN
页面原文内容由Ethereum提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://ethereum.stackexchange.com/questions/89732

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档