You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/12/30 08:20:35 UTC

[GitHub] [skywalking] zxeoc edited a comment on issue #2847: cannot build UI webapp, both on Windows and Linux

zxeoc edited a comment on issue #2847: cannot build UI webapp, both on Windows and Linux
URL: https://github.com/apache/skywalking/issues/2847#issuecomment-569612529
 
 
   Another similar but not exactly the same problem:
   
   > ...
   [INFO] Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
   [INFO] ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
   [INFO] Error: Missing binding /path/to/skywalking/skywalking-ui/node_modules/node-sass/vendor/linux-x64-57/binding.node
   [INFO] Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 8.x
   [INFO] 
   [INFO] Found bindings for the following environments:
   [INFO]   - Linux 64-bit with Node.js 13.x
   [INFO] 
   [INFO] This usually happens because your environment has changed since running `npm install`.
   [INFO] Run `npm rebuild node-sass` to download the binding for your current environment.
   [INFO]     at module.exports (/path/to/skywalking/skywalking-ui/node_modules/node-sass/lib/binding.js:15:13)
   ...
   
   
   The "Error: Missing binding" line indicate that node-sass didn't access to the binding file. Downloading the file manually solve the problem.

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


With regards,
Apache Git Services