Advertisement
Guest User

ERROR

a guest
Oct 1st, 2017
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. > lwip2@1.0.12 install C:\Users\steve\AppData\Roaming\npm\node_modules\image-to-ascii-cli\node_modules\lwip2
  2. > node lib/install.js
  3.  
  4. Installing lwip. If this fails, just install GraphicsMagick (http://www.graphicsmagick.org/).
  5. npm WARN deprecated lodash-node@2.4.1: This package is discontinued. Use lodash@^4.0.0.
  6.  
  7. > lwip@0.0.9 install C:\Users\steve\AppData\Roaming\npm\node_modules\lwip
  8. > node-gyp rebuild
  9.  
  10.  
  11. C:\Users\steve\AppData\Roaming\npm\node_modules\lwip>if not defined npm_config_node_gyp (node "C:\Program Files (x86)\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild )
  12. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  13. MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere. [C:\Users\steve\AppData\Roaming\npm\node_modules\lwip\build\binding.sln]
  14. MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere. [C:\Users\steve\AppData\Roaming\npm\node_modules\lwip\build\binding.sln]
  15. MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere. [C:\Users\steve\AppData\Roaming\npm\node_modules\lwip\build\binding.sln]
  16. gyp ERR! build error
  17. gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
  18. gyp ERR! stack at ChildProcess.onExit (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:258:23)
  19. gyp ERR! stack at emitTwo (events.js:125:13)
  20. gyp ERR! stack at ChildProcess.emit (events.js:213:7)
  21. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  22. gyp ERR! System Windows_NT 10.0.15063
  23. gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  24. gyp ERR! cwd C:\Users\steve\AppData\Roaming\npm\node_modules\lwip
  25. gyp ERR! node -v v8.6.0
  26. gyp ERR! node-gyp -v v3.6.2
  27. gyp ERR! not ok
  28. npm WARN Error: EPERM: operation not permitted, lstat 'C:\Users\steve\AppData\Roaming\npm\node_modules\lwip\node_modules'
  29. npm WARN { Error: EPERM: operation not permitted, lstat 'C:\Users\steve\AppData\Roaming\npm\node_modules\lwip\node_modules'
  30. npm WARN stack: 'Error: EPERM: operation not permitted, lstat \'C:\\Users\\steve\\AppData\\Roaming\\npm\\node_modules\\lwip\\node_modules\'',
  31. npm WARN errno: -4048,
  32. npm WARN code: 'EPERM',
  33. npm WARN syscall: 'lstat',
  34. npm WARN path: 'C:\\Users\\steve\\AppData\\Roaming\\npm\\node_modules\\lwip\\node_modules' }
  35. npm ERR! code ELIFECYCLE
  36. npm ERR! errno 1
  37. npm ERR! lwip@0.0.9 install: `node-gyp rebuild`
  38. npm ERR! Exit status 1
  39. npm ERR!
  40. npm ERR! Failed at the lwip@0.0.9 install script.
  41. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  42.  
  43. npm ERR! A complete log of this run can be found in:
  44. npm ERR! C:\Users\steve\AppData\Roaming\npm-cache\_logs\2017-10-02T00_49_13_732Z-debug.log
  45. It seems like lwip failed to be intalled. Please check the errors.
  46. npm ERR! code ELIFECYCLE
  47. npm ERR! errno 1
  48. npm ERR! lwip2@1.0.12 install: `node lib/install.js`
  49. npm ERR! Exit status 1
  50. npm ERR!
  51. npm ERR! Failed at the lwip2@1.0.12 install script.
  52. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  53.  
  54. npm ERR! A complete log of this run can be found in:
  55. npm ERR! C:\Users\steve\AppData\Roaming\npm-cache\_logs\2017-10-02T00_49_16_321Z-debug.log
  56.  
  57. C:\Users\steve\AppData\Roaming\npm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement