运行cnpm install后,出现 虽然提示不适合Windows,但是问题好像是sass loader出问题的.所以只要执行下面命令即可: 方案一: cnpm rebuild node-sass #不放心可以重新安装下 cnpm install 方案二: npm update npm install nodejs node_modules/node-sass/scripts/install.js npm rebuild node-sass   一般只要执行方案一就够了.然后再运行,OK.…
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsvents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents1.2.7: wanted {"os":"darwin","arch":"any"} (curre…
编译安装MySQL的时候,出现错误: -- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH) CMake Error at cmake/readline.cmake:85 (MESSAGE):Curses library not found.  Please install appropriate package, remove CMakeCache.txt and rerun cmake.On Debian…
redhat7 在安装ntp时报如下错误 Error: Package: ntp-4.2.6p5-25.el7.centos.2.x86_64 (base) Requires: ntpdate = 4.2.6p5-25.el7.centos.2 Installed: ntpdate-4.2.6p5-25.el7_3.2.x86_64 (@anaconda/7.4) ntpdate = 4.2.6p5-25.el7_3.2 Available: ntpdate-4.2.6p5-25.el7.cen…
Elementary OS Freya 0.3.2 was officially out for public. As previous release, it comes pre-installed with Midori browser – a clean, lightweight, simple but beautiful web browser. However I prefer to use Google Chrome than Midori. This post will show…
How to install the Package Controller? https://packagecontrol.io/installation INSTALLATION Use one of the following methods to install Package Control: 1.Command Palette (1) Open the command palette Win/Linux: ctrl+shift+p, Mac: cmd+shift+p (2) Type…
Install Docker on Mac OS X You can install Docker using Boot2Docker to run docker commands at your command-line. Choose this installation if you are familiar with the command-line or plan to contribute to the Docker project on GitHub. Alternatively,…
今天安装mysql-5.5.3-m3的时候,报下面的错误: -- Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)  -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)  CMake Error at cmake/readline.cmake:83 (MESSAGE): Curses library not fou…
今天在idea中使用maven install 和 package时出现以下问题: [WARNING] The POM for org.apache.maven.plugins:maven-compiler-plugin:jar:3.1 is missing, no dependency information available [WARNING] Error injecting: org.apache.maven.plugin.compiler.CompilerMojo java.lang.…