>  Q&A  >  본문

javascript - weexpack 컴파일 오류 'escape-string-regexp' 모듈을 찾을 수 없습니다.

weexpack@0.4.2
node@7.7.0
npm@5.0.4

运行 npm run serve
出现下face错误
ERROR in ./temp?entry=true
모듈 빌드 실패: 오류: 'escape-string-regexp' 모듈을 찾을 수 없습니다(사전 설정을 처리하는 동안: "/Users/pengwei/node_modules/babel-preset) -es2015/lib/index.js")

으아악

@ 멀티(웹팩)-dev-server/client?http://192.168.1.108:8080/web ./temp?entry=true

学习ing学习ing2691일 전2469

모든 응답(4)나는 대답할 것이다

  • 黄舟

    黄舟2017-06-30 10:01:18

    다음 명령을 입력하고 시작 시 시도해 보세요.

    으아악

    회신하다
    0
  • typecho

    typecho2017-06-30 10:01:18

    프로젝트에 2가지 방법을 사용해 보세요node_module下少了这个模块escape-string-regexp

    1 프로젝트 루트 디렉터리에서 npm install --save escape-string-regexpnpm install --save escape-string-regexp
    2 删除你项目的/node_module,然后重新执行npm install2 프로젝트의 /node_module을 삭제한 후 npm install을 다시 실행하세요. < /코드>

    마지막으로 조건이 허락한다면 사용하는 것이 가장 좋습니다npm而不是cnpm

    회신하다
    0
  • PHP中文网

    PHP中文网2017-06-30 10:01:18

    npm install을 다시 실행하거나 수동으로 npm install escape-string-regexp

    회신하다
    0
  • 学习ing

    学习ing2017-06-30 10:01:18

    모듈이 설치되지 않아 찾을 수 없는 상태여야 합니다.

    회신하다
    0
  • 취소회신하다