出现 This dependency was not found: * common/stylus/index.styl in ./src/main.js To install it, you can run: npm install --save common/stylus/index.styl 的解决办法是 在 build\webpack.base.conf.js 将 resolve添加 'common': resolve('src/common') resolve: { extensi…
出现这样的错误: error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. 具体如图: 我按照提示在终端打开工程,pod install 和 pod update 都试了一遍,然并卵.只好拿出杀手锏: Project -> Info -> Configurations -> Debug 改为 Pods.debug, Re…
一.登陆服务器提示“You need to run "nvm install N/A" to install it before using it.” 二.执行命令: nvm ls 查看"default" Node 版本,这是引起报错的原因 三.执行命令:nvm alias default node 四.执行命令:nvm ls 查看…