Last active
October 19, 2015 20:58
-
-
Save wadtech/bf30d7be6442bc5878cc to your computer and use it in GitHub Desktop.
npm install git://github.com/rwaldron/johnny-five.git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pete@pete-laptop ~/projects/pikelets % node -v | |
v0.12.7 | |
pete@pete-laptop ~/projects/pikelets % npm install git://github.com/rwaldron/johnny-five.git | |
> [email protected] postinstall /home/pete/projects/node_modules/johnny-five/node_modules/firmata | |
> node scripts/postinstall | |
/ | |
> [email protected] install /home/pete/projects/node_modules/johnny-five/node_modules/firmata/node_modules/serialport | |
> node-pre-gyp install --fallback-to-build | |
[serialport] Success: "/home/pete/projects/node_modules/johnny-five/node_modules/firmata/node_modules/serialport/build/serialport/v1.7.4/Release/node-v14-linux-x64/serialport.node" is installed via remote | |
[email protected] node_modules/serialport | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
> [email protected] postinstall /home/pete/projects/node_modules/johnny-five | |
> node scripts/postinstall | |
[email protected] ../node_modules/johnny-five | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pete@pete-laptop ~/projects/pikelets % nvm use v4.0.0 | |
Now using node v4.0.0 (npm v2.14.2) | |
pete@pete-laptop ~/projects/pikelets % npm install git://github.com/rwaldron/johnny-five.git | |
> [email protected] postinstall /home/pete/projects/node_modules/johnny-five/node_modules/firmata | |
> node scripts/postinstall | |
| | |
> [email protected] install /home/pete/projects/node_modules/johnny-five/node_modules/firmata/node_modules/serialport | |
> node-pre-gyp install --fallback-to-build | |
make: Entering directory '/home/pete/projects/node_modules/johnny-five/node_modules/firmata/node_modules/serialport/build' | |
CXX(target) Release/obj.target/serialport/src/serialport.o | |
CXX(target) Release/obj.target/serialport/src/serialport_unix.o | |
CXX(target) Release/obj.target/serialport/src/serialport_poller.o | |
SOLINK_MODULE(target) Release/obj.target/serialport.node | |
SOLINK_MODULE(target) Release/obj.target/serialport.node: Finished | |
COPY Release/serialport.node | |
COPY /home/pete/projects/node_modules/johnny-five/node_modules/firmata/node_modules/serialport/build/serialport/v2.0.1/Release/node-v46-linux-x64/serialport.node | |
TOUCH Release/obj.target/action_after_build.stamp | |
make: Leaving directory '/home/pete/projects/node_modules/johnny-five/node_modules/firmata/node_modules/serialport/build' | |
[email protected] node_modules/serialport | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
> [email protected] postinstall /home/pete/projects/node_modules/johnny-five | |
> node scripts/postinstall | |
[email protected] ../node_modules/johnny-five | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected]) | |
npm install git://github.com/rwaldron/johnny-five.git 23.02s user 6.10s system 20% cpu 2:20.39 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment