Guest User

Untitled

a guest
Dec 18th, 2017
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. if not defined npm_config_node_gyp (node "C:UsersBrst-Pc58AppDataRoamingnpmnode_modulesnpmbinnode-gyp-bin\....node_modulesnode-gypbinnode-gyp.js" rebuild ) else (node "" rebuild )
  2. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  3. D:javatestnode_modulesjavabuildnodejavabridge_bindings.vcxproj(20,3): error MSB4019: The imported project "D:Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  4. gyp ERR! build error
  5. gyp ERR! stack Error: `C:WindowsMicrosoft.NETFrameworkv4.0.30319msbuild.exe` failed with exit code: 1
  6. gyp ERR! stack at ChildProcess.onExit (C:UsersBrst-Pc58AppDataRoamingnpmnode_modulesnpmnode_modulesnode-gyplibbuild.js:258:23)
  7. gyp ERR! stack at emitTwo (events.js:106:13)
  8. gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  9. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
  10. gyp ERR! System Windows_NT 6.1.7601
  11. gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\Brst-Pc58\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
  12. gyp ERR! cwd D:javatestnode_modulesjava
  13. gyp ERR! node -v v6.10.2
  14. gyp ERR! node-gyp -v v3.6.2
  15. gyp ERR! not ok
  16. npm WARN javatest@1.0.0 No description
  17. npm WARN javatest@1.0.0 No repository field.
  18.  
  19. npm ERR! code ELIFECYCLE
  20. npm ERR! errno 1
  21. npm ERR! java@0.9.0 install: `node-gyp rebuild`
  22. npm ERR! Exit status 1
  23. npm ERR!
  24. npm ERR! Failed at the java@0.9.0 install script.
  25. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Add Comment
Please, Sign In to add comment