Advertisement
ethnewbiethrowaway

Solc Install Output

Nov 15th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. username@linuxmint ~/Documents/workspace/EthereumWorkspace/prod/inbox $ npm install --save solc
  2.  
  3. > keccak@1.4.0 install /home/username/Documents/workspace/EthereumWorkspace/prod/inbox/node_modules/keccak
  4. > npm run rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used."
  5.  
  6.  
  7. > keccak@1.4.0 rebuild /home/username/Documents/workspace/EthereumWorkspace/prod/inbox/node_modules/keccak
  8. > node-gyp rebuild
  9.  
  10. make: Entering directory '/home/username/Documents/workspace/EthereumWorkspace/prod/inbox/node_modules/keccak/build'
  11. CXX(target) Release/obj.target/keccak/src/addon.o
  12. CC(target) Release/obj.target/keccak/src/libkeccak/KeccakSponge.o
  13. CC(target) Release/obj.target/keccak/src/libkeccak/KeccakP-1600-reference.o
  14. SOLINK_MODULE(target) Release/obj.target/keccak.node
  15. COPY Release/keccak.node
  16. make: Leaving directory '/home/username/Documents/workspace/EthereumWorkspace/prod/inbox/node_modules/keccak/build'
  17. npm WARN saveError ENOENT: no such file or directory, open '/home/username/Documents/workspace/EthereumWorkspace/prod/inbox/package.json'
  18. npm notice created a lockfile as package-lock.json. You should commit this file.
  19. npm WARN enoent ENOENT: no such file or directory, open '/home/username/Documents/workspace/EthereumWorkspace/prod/inbox/package.json'
  20. npm WARN inbox No description
  21. npm WARN inbox No repository field.
  22. npm WARN inbox No README data
  23. npm WARN inbox No license field.
  24.  
  25. + solc@0.5.0
  26. added 73 packages from 27 contributors and audited 88 packages in 16.541s
  27. found 0 vulnerabilities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement