• 카테고리

    질문 & 답변
  • 세부 분야

    블록체인

  • 해결 여부

    미해결

1강 remix 에러

22.03.29 00:30 작성 조회수 445

1

안녕하세요! 터미널에서 remixd -s ~ 로 리믹스 실행하려고 하는데 계속 오류가 뜹니다 ㅜㅜ 해결방법을 찾아봐도 딱히 방법을 못찾겠어서 질문드립니다..!
 
 
C:\Users\Win10\Desktop\NFT_Market\contracts>remixd -s , --remix-ide https://remix.ethereum.org (node:14008) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Win10\AppData\Roaming\npm\node_modules\@remix-project\remixd\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:14008) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Win10\AppData\Roaming\npm\node_modules\@remix-project\remixd\node_modules\@remixproject\plugin-utils\package.json' of 'src/index.js'. Please either fix that or report it to the module author (node:14008) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Win10\AppData\Roaming\npm\node_modules\@remix-project\remixd\node_modules\@remixproject\plugin\package.json' of 'src/index.js'. Please either fix that or report it to the module author (node:14008) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Win10\AppData\Roaming\npm\node_modules\@remix-project\remixd\node_modules\@remixproject\plugin-api\package.json' of 'src/index.js'. Please either fix that or report it to the module author (node:14008) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Win10\AppData\Roaming\npm\node_modules\@remix-project\remixd\node_modules\@remixproject\plugin-utils\package.json' of 'src/index.js'. Please either fix that or report it to the module author (node:14008) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\Win10\AppData\Roaming\npm\node_modules\@remix-project\remixd\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.5.7 [WARN] You may now only use IDE at https://remix.ethereum.org to connect to that instance [ERR] No valid shared folder provided.



답변 4

·

답변을 작성해보세요.

1

홍근이님의 프로필

홍근이

2022.03.29

저는 Visual Studio Code에서 아래 명령어로 정상 실행됐습니다^^

remixd -s . --remix-ide https://remix.ethereum.org

0

h662님의 프로필

h662

지식공유자

2022.03.29

npm uninstall -g remixd

npm install -g @remix-project/remixd

로 리믹스 자체를 다시한번 재설치 한후도 같은  현상인지 확인 부탁드립니다.

만약에 안되면 직접 봐드리도록 하겠습니다

0

tmdal0303님의 프로필

tmdal0303

질문자

2022.03.29

일단 저는 16.~ 버전이었는데 (노드 페이지에 나오는 안정적 버전) 

저번에는 컴퓨터에서 리믹스 잘 돌아갔는데 이번에는 계속 저 오류가 뜨네요 ㅜㅜ 프로젝트를 새로 만들어서 한겁니다! 

 

혹시 노드를 다시 깔고 해봐야 하나요..? 

0

h662님의 프로필

h662

지식공유자

2022.03.29

혹시 설치된 nodejs 버전이 어떻게 되나요??? 노드 버전에 따라서 실행이 안될수도 있습니다.