JustPaste.it

root@ubuntu:/home/thijs/Desktop/git# git clone --depth=1 https://github.com/react-boilerplate/react-boilerplate.git
Cloning into 'react-boilerplate'...
remote: Enumerating objects: 393, done.
remote: Counting objects: 100% (393/393), done.
remote: Compressing objects: 100% (336/336), done.
remote: Total 393 (delta 71), reused 201 (delta 34), pack-reused 0
Receiving objects: 100% (393/393), 1.11 MiB | 2.16 MiB/s, done.
Resolving deltas: 100% (71/71), done.
root@ubuntu:/home/thijs/Desktop/git# cd react-boilerplate/
root@ubuntu:/home/thijs/Desktop/git/react-boilerplate# npm -v
6.4.1
root@ubuntu:/home/thijs/Desktop/git/react-boilerplate# node -v
v11.2.0
root@ubuntu:/home/thijs/Desktop/git/react-boilerplate# nodejs -v
v8.10.0
root@ubuntu:/home/thijs/Desktop/git/react-boilerplate# npm run setup

> react-boilerplate@3.7.0 presetup /home/thijs/Desktop/git/react-boilerplate
> npm i chalk shelljs


> pre-commit@1.2.2 install /home/thijs/Desktop/git/react-boilerplate/node_modules/pre-commit
> node install.js

pre-commit:
pre-commit: Failed to create the hook file in your .git/hooks folder because:
pre-commit: EACCES: permission denied, open '/home/thijs/Desktop/git/react-boilerplate/.git/hooks/pre-commit'
pre-commit: The hook was not installed.
pre-commit:
pre-commit:
pre-commit: chmod 0777 the pre-commit file in your .git/hooks folder because:
pre-commit: ENOENT: no such file or directory, chmod '/home/thijs/Desktop/git/react-boilerplate/.git/hooks/pre-commit'
pre-commit:

> spawn-sync@1.0.15 postinstall /home/thijs/Desktop/git/react-boilerplate/node_modules/spawn-sync
> node postinstall


> cwebp-bin@4.0.0 postinstall /home/thijs/Desktop/git/react-boilerplate/node_modules/cwebp-bin
> node lib/install.js

⚠ EACCES: permission denied, mkdir '/home/thijs/Desktop/git/react-boilerplate/node_modules/cwebp-bin/vendor'
⚠ cwebp pre-build test failed
ℹ compiling from source
/home/thijs/Desktop/git/react-boilerplate/node_modules/each-async/node_modules/onetime/index.js:15
throw new Error(fnName + ' can only be called once.');
^

Error: callback() can only be called once.
at onetime (/home/thijs/Desktop/git/react-boilerplate/node_modules/each-async/node_modules/onetime/index.js:15:11)
at /home/thijs/Desktop/git/react-boilerplate/node_modules/download/index.js:156:5
at ConcatStream.<anonymous> (/home/thijs/Desktop/git/react-boilerplate/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (events.js:187:15)
at finishMaybe (/home/thijs/Desktop/git/react-boilerplate/node_modules/readable-stream/lib/_stream_writable.js:630:14)
at endWritable (/home/thijs/Desktop/git/react-boilerplate/node_modules/readable-stream/lib/_stream_writable.js:638:3)
at ConcatStream.Writable.end (/home/thijs/Desktop/git/react-boilerplate/node_modules/readable-stream/lib/_stream_writable.js:594:41)
at DuplexWrapper.onend (/home/thijs/Desktop/git/react-boilerplate/node_modules/readable-stream/lib/_stream_readable.js:577:10)
at Object.onceWrapper (events.js:273:13)
at DuplexWrapper.emit (events.js:187:15)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cwebp-bin@4.0.0 postinstall: `node lib/install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cwebp-bin@4.0.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-11-23T16_54_41_173Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-boilerplate@3.7.0 presetup: `npm i chalk shelljs`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-boilerplate@3.7.0 presetup script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-11-23T16_54_41_341Z-debug.log
root@ubuntu:/home/thijs/Desktop/git/react-boilerplate#