pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

npm WARN catena@1.0.0 No repository field #141

Open fabriziociancetta opened 5 years ago

fabriziociancetta commented 5 years ago

Hi to everyone, I'm following the steps reported to the guide to build the web client: cd Resources/ npm install <--- during this step, I found the message "npm WARN catena@1.0.0 No repository field". gulp <-- the result is:

~/Programmi/catena/Resources$ gulp [15:31:05] Using gulpfile ~/Programmi/catena/Resources/gulpfile.js [15:31:05] Starting 'default'... [15:31:05] Finished 'default' after 88 ms

events.js:141 throw er; // Unhandled 'error' event ^ TypeError: catena.js Cannot read property 'replace' of undefined (line: undefined, col: undefined, pos: undefined at Transform.minify [as _transform] (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-minify/index.js:120:50) at Transform._read (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-minify/node_modules/readable-stream/lib/_stream_transform.js:184:10) at Transform._write (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-minify/node_modules/readable-stream/lib/_stream_transform.js:172:12) at doWrite (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-minify/node_modules/readable-stream/lib/_stream_writable.js:237:10) at writeOrBuffer (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-minify/node_modules/readable-stream/lib/_stream_writable.js:227:5) at Transform.Writable.write (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-minify/node_modules/readable-stream/lib/_stream_writable.js:194:11) at write (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-browserify/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:623:24) at flow (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-browserify/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:632:7) at Transform.pipeOnReadable (/home/fabrizio/Programmi/catena/Resources/node_modules/gulp-browserify/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:664:5) at emitNone (events.js:67:13) fabrizio@fabrizio-VirtualBox:~/Programmi/catena/Resources$

I'm using Ubuntu 16.04 and swift 4.0.

Can anyone to help me? thanks!