작성
·
64
0
PS C:\Users\denni\Desktop\Truffle\truffleExample> truffle develop
This version of µWS is not compatible with your Node.js build:
Error: Cannot find module './uws_win32_x64_127.node'
Falling back to a NodeJS implementation; performance may be degraded.
Connected to existing Truffle Develop session at http://127.0.0.1:9545/
강의에서 truffle develop를 작성하면 위와 같이 뜨는데 해결 방법이 있나요
답변 1
0
혹시 해결되셨나요?
다른 질문에서 해결되셨다고 하셔서 혹시 이 부분도 해결이 되셨는지요??
혹시 문제가 생기신다면 uws를 다시 한번 설치 해보시겠어요??
npm uninstall uws
npm install uws --save
npm uninstall -g truffle
npm install -g truffle
truffle develop
그리고 명령프롬프트를 사용해보시겠어요??
visual studio code 에서 node i를 하고 등등 인터넷 찾아보면서 버전도 바꿔보고.. 만져보니까 해결된 듯 합니다! 강의 들으면서 추가적인 문제 있으면 사용해볼게요 감사합니다!!
v22.13.1입니다!