livereload install error

来源:2-2 livereload

UFO2015

2016-10-05 21:29

57f5002900017a7405000217.jpg

57f5002a0001ce2e05000545.jpg

node-gyp ?


写回答 关注

3回答

  • UFO2015
    2016-10-06 02:39:29

    bug!

    $ npm install --save-dev gulp-livereload

    57f548c00001ca0505000400.jpg

    57f548c00001147d05000228.jpg


  • UFO2015
    2016-10-05 22:04:37
    [https://github.com/nodejs/node-gyp#installation](https://github.com/nodejs/node-gyp#installation)
     
    ```sh
    $ npm install --global --production windows-build-tools
    ``` 
     
    ### [https://www.npmjs.com/package/node-gyp-install](https://www.npmjs.com/package/node-gyp-install)
     
    ```sh
    $ npm install -g node-gyp-install
    ```


  • UFO2015
    2016-10-05 22:03:22
    # gulp plugins 
    
    [http://gulpjs.com/plugins/](http://gulpjs.com/plugins/)  
    
    [https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)
    
    ```sh
    gulp-typescript
    gulp-react
    gulp-render
    gulp-sass
    gulp-less
    gulp-babel
    gulp-uglyfly
    gulp-jade
    gulp-pug
    gulp-yaml
    gulp-config-sync
    gulp-angular-filesort
    gulp-angular-protractor
    gulp-angular-architecture-graph
    gulp-angular-svg-d
    gulp-svgicons2svgfont
    gulp-svg-icons
    gulp-svg-sprites
    gulp-svgmin
    gulp-imagemin
    gulp.spritesmith
    ...
    ``` 
    
    
    
    # lifestyle css/sass/less  实时双向渲染
    
    ## LiveStyle. 
    The first bi-directional real-time edit tool for CSS, LESS and SCSS.
    
     
    [http://livestyle.io/](http://livestyle.io/)
    
    
    # LiveReload   css/sass/less/js/images  实时渲染
    
    LiveReload monitors changes in the file system. 
    
    As soon as you save a file, it is preprocessed as needed, and the browser is refreshed.
    
    CSS edits and image changes apply live. CoffeeScript, SASS, LESS and others just work.
    
    [http://livereload.com/](http://livereload.com/)
    
    
    ### livereload install error
    
    [https://github.com/nodejs/node/issues/8939](https://github.com/nodejs/node/issues/8939) 
    
    [https://github.com/nodejs/node-gyp/issues](https://github.com/nodejs/node-gyp/issues/154) 
    
    [http://stackoverflow.com/questions/33896511/npm-install-fails-with-node-gyp](http://stackoverflow.com/questions/33896511/npm-install-fails-with-node-gyp) 
    
    [https://github.com/nodejs/node-gyp#installation](https://github.com/nodejs/node-gyp#installation)
    
    ```sh
    $ npm install --global --production windows-build-tools
    ``` 
    
    ### [https://www.npmjs.com/package/node-gyp-install](https://www.npmjs.com/package/node-gyp-install)
    
    ```sh
    $ npm install -g node-gyp-install
    ```


前端实时可视化开发工具体验

使用可见即可得的开发模式,极大提高前端开发效率

43947 学习 · 67 问题

查看课程

相似问题