pocethereum / appdesktop.fe

desktop mining client
0 stars 0 forks source link

compile error #1

Closed IPSE-TEAM closed 4 years ago

IPSE-TEAM commented 4 years ago

npm ERR! code EINTEGRITY npm ERR! Verification failed while extracting got@9.6.0: npm ERR! Verification failed while extracting got@9.6.0: npm ERR! sha1-7fRefWf5lUVwXeH3u+7rPocl7YU= integrity checksum failed when using sha1: wanted sha1-7fRefWf5lUVwXeH3u+7rPocl7YU= but got sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== sha1-7fRefWf5lUVwXeH3u+7rEhdl7YU=. (24649 bytes) npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/result_interface.js' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/chain_test.js' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/simpleresult.js' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/resultutil_test.js' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/deferredadaptor_test.js' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/resultutil.js' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/resultutil_test.html' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/simpleresult_test.html' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/deferredadaptor_test.html' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/transform_test.html' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/combine_test.html' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/wait_test.html' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/accessibility-developer-tools-e7398c1b/lib/closure-library/closure/goog/result/chain_test.html' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/less-0fdaa408/dist/less.min.js'

npm ERR! A complete log of this run can be found in: npm ERR! /Users/mac/.npm/_logs/2019-12-13T02_52_00_252Z-debug.log (base) macdeMacBook-Pro:appdesktop.fe mac$ vim src/Common.js (base) macdeMacBook-Pro:appdesktop.fe mac$ npm install npm WARN tarball tarball data for got@9.6.0 (sha1-7fRefWf5lUVwXeH3u+7rPocl7YU=) seems to be corrupted. Trying one more time. npm WARN tarball tarball data for got@9.6.0 (sha1-7fRefWf5lUVwXeH3u+7rPocl7YU=) seems to be corrupted. Trying one more time. npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/underscore-cd76c4e7/underscore.js' npm WARN tar ENOENT: no such file or directory, open '/Users/mac/gopath/src/github.com/pocethereum/appdesktop.fe/node_modules/.staging/underscore-40b9dcd9/underscore.js' npm WARN com.poc.desktop@1.0.0 No repository field. npm WARN com.poc.desktop@1.0.0 No license field.

npm ERR! code EINTEGRITY npm ERR! Verification failed while extracting got@9.6.0: npm ERR! Verification failed while extracting got@9.6.0:

pocethereum commented 4 years ago

Please remove the package-lock.json, and run "npm install" again. Similar to https://github.com/eshengsky/iBlog2/issues/52