Keenwon
Results
3
issues of
Keenwon
prettier 路径问题排查:create-static 脚手架 可能是 prettier 使用了相对路径??? 
- node: v8.9.0 - npm: v5.5.1 - os: windows 7 - nvm: 1.1.7 ```js const { getInstalledPathSync } = require('get-installed-path') console.log(getInstalledPathSync('npm')) ``` ```shell C:\Users\keenwon\Desktop\yyyyy\node_modules\get-installed-path\dist\index.js:164 throw new Error(msg); ^ Error: get-installed-path:...
bug