작성
·
299
·
수정됨
0
안녕하세요 강의를 듣는 중 오류가 해결되지 않아 질문드립니다!
트러플&컨트랙 배포1(구조 설명, 배포) 강의 6분즈음에 명령어 truffle develop를 입력하면
powershell창에
This version of µWS is not compatible with your Node.js build:
Error: node-loader:
Error: The specified module could not be found.
C:\Users\user/AppData\Roaming\npm\node_modules\truffle\node_modules\ganache\dist\node/YPW/8Dht.node
Falling back to a NodeJS implementation; performance may be degraded.
Could not find suitable configuration file.
Truffle v5.7.3 (core: 5.7.3)
Node v18.13.0
이러한 오류가 뜨고 진행되지 않습니다. Nodejs 문제인가싶어 버전바꾸어 다시 설치하고,
truffle 버전 문제인가싶어 truffle역시 삭제 후 재설치해보았지만 해결하지 못하였습니다.
현재 프로그램이 찾지 못하고있는 모듈과 파일이 어떤 문제로 찾지 못하는 것일까요..?
답변