전단 이상 - 전단으로 향하여 메운 구덩이와 이상

3435 단어

1. NPM 명령 실행 오류

D:\webworkspace\WebpackDemo>npm -v
module.js:327
    throw err;
    ^

Error: Cannot find module 'semver'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object. (C:\Users\yuan\AppData\Roaming
pm
ode_modules
pm\lib\utils\unsupported.js:2:14) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17)

해결:
다음 디렉터리를 삭제하면 다시 실행할 수 있습니다!
C:\Users\yuan\AppData\Roaming
pm
C:\Users\yuan\AppData\Roaming
pm
-cache

2. ESLint 문자열 템플릿

Problem with ESLint reformatting:
            xxx.js: Unexpected template string expression. (no-template-curly-in-string) (show balloon)

해결:
  tab  ,  enter  

http://eslint.org/docs/rules/no-template-curly-in-string

좋은 웹페이지 즐겨찾기