Antonio-Maranhao commented on issue #1105: Fauxton build broken on Windows
URL: 
https://github.com/apache/couchdb-fauxton/issues/1105#issuecomment-406127229
 
 
   @wohali I tried on a Windows 10 VM and didn't find any issues. Note I didn't 
run a couchdb build. I simply ran the two commands from 
https://github.com/apache/couchdb/blob/master/Makefile.win#L333
   
   ```
   C:\relax\couchdb-fauxton>npm install --production
   npm WARN The package less is included as both a dev and production 
dependency.
   npm WARN The package less-loader is included as both a dev and production 
dependency.
   npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] 
(node_modules\webpack\node_modules\fsevents):
   npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 
[email protected]: wanted {"os":"darwin","arch":"any"} (current: 
{"os":"win32","arch":"x64"})
   npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] 
(node_modules\webpack-dev-server\node_modules\fsevents):
   npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 
[email protected]: wanted {"os":"darwin","arch":"any"} (current: 
{"os":"win32","arch":"x64"})
   npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] 
(node_modules\babel-cli\node_modules\fsevents):
   npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 
[email protected]: wanted {"os":"darwin","arch":"any"} (current: 
{"os":"win32","arch":"x64"})
   
   added 2190 packages from 883 contributors and audited 14243 packages in 
103.249s
   found 477 vulnerabilities (337 low, 111 moderate, 27 high, 2 critical)
     run `npm audit fix` to fix them, or `npm audit` for details
   
   C:\relax\couchdb-fauxton>.\node_modules\.bin\grunt couchdb
   Running "clean:release" (clean) task
   >> 1 path cleaned.
   
   Running "get_deps:default" (get_deps) task
   Fetching external dependencies
   0 local dependencies
   
   Running "gen_load_addons:default" (gen_load_addons) task
   
   Running "gen_initialize:release" (gen_initialize) task
   
   Running "copy:distDepsRequire" (copy) task
   Created 12 directories, copied 218 files
   
   Running "shell:webpackrelease" (shell) task
   
   > [email protected] webpack:release C:\relax\couchdb-fauxton
   > webpack --optimize-minimize --debug --progress --colors --config 
./webpack.config.release.js
   
   Hash: 3abfb7dab79ea7a53cd3
   Version: webpack 2.2.1
   Time: 72658ms
                                                  Asset     Size  Chunks        
            Chunk Names
                dashboard.assets/fonts/fauxtonicon5.ttf  19.4 kB          
[emitted]
              dashboard.assets/img/asf-feather-logo.png    23 kB          
[emitted]
                        dashboard.assets/img/github.png  4.27 kB          
[emitted]
                    dashboard.assets/img/googleplus.png  3.64 kB          
[emitted]
                      dashboard.assets/img/linkedin.png  1.99 kB          
[emitted]
                       dashboard.assets/img/twitter.png  32.5 kB          
[emitted]
               dashboard.assets/img/couch-watermark.png   2.1 kB          
[emitted]
                dashboard.assets/fonts/fauxtonicon5.eot  19.6 kB          
[emitted]
                  dashboard.assets/img/fauxtonicon5.svg   130 kB          
[emitted]
         dashboard.assets/fonts/fontawesome-webfont.eot  37.4 kB          
[emitted]
                        dashboard.assets/img/loader.gif  5.19 kB          
[emitted]
                  dashboard.assets/img/couchdb-logo.png   3.1 kB          
[emitted]
         dashboard.assets/fonts/fontawesome-webfont.ttf  79.1 kB          
[emitted]
               dashboard.assets/fonts/fauxtonicon5.woff  11.2 kB          
[emitted]
        dashboard.assets/fonts/fontawesome-webfont.woff  43.6 kB          
[emitted]
           dashboard.assets/img/fontawesome-webfont.svg   198 kB          
[emitted]
         dashboard.assets/img/CouchDB-negative-logo.png    14 kB          
[emitted]
     dashboard.assets/js/vendor.1ece90de5402e75ffaf4.js  1.73 MB    0, 2  
[emitted]  [big]  vendor
     dashboard.assets/js/bundle.dfdb82af612bf7a4d8eb.js   658 kB    1, 2  
[emitted]  [big]  bundle
   dashboard.assets/js/manifest.ea148358c7d895bfa49e.js  1.45 kB       2  
[emitted]         manifest
   dashboard.assets/css/styles.dfdb82af612bf7a4d8eb.css   229 kB    1, 2  
[emitted]         bundle
                                             index.html  1.98 kB          
[emitted]
      [0] ./~/react/index.js 190 bytes {0} [built]
     [11] ./app/app.js 2.95 kB {1} [built]
     [22] ./~/react-redux/es/index.js 230 bytes {0} [built]
     [40] ./~/core-js/modules/_core.js 122 bytes {0} [built]
     [72] ./~/backbone/backbone.js 115 bytes {0} [built]
    [468] ./~/redux/es/redux.js 22.8 kB {0} [built]
    [476] ./app/main.js 3.98 kB {1} [built]
    [477] ./~/core-js/fn/array/index.js 1.15 kB {0} [built]
    [478] ./~/core-js/fn/object/index.js 1.48 kB {0} [built]
    [479] ./~/core-js/fn/promise.js 298 bytes {0} [built]
    [480] ./~/core-js/fn/symbol/index.js 240 bytes {0} [built]
    [481] ./~/regenerator-runtime/runtime.js 24.1 kB {0} [built]
    [751] ./~/core-js/modules/es6.object.keys.js 225 bytes {0} [built]
   [1037] ./~/redux-thunk/lib/index.js 529 bytes {0} [built]
   [1068] multi core-js/fn/array core-js/fn/object core-js/fn/symbol 
core-js/fn/promise regenerator-runtime/runtime ./app/main.js 88 bytes {1} 
[built]
       + 1086 hidden modules
   
   <OUTPUT TRUNCATED>
   
   Running "copy:dist" (copy) task
   
   
   Running "copy:couchdb" (copy) task
   Created 4 directories, copied 22 files
   
   Done.
   
   C:\relax\couchdb-fauxton>node -v
   v8.11.3
   
   C:\relax\couchdb-fauxton>npm -v
   6.1.0
   
   C:\relax\couchdb-fauxton>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to