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
top - 05:52:54 up 46 days, 21:42, 2 users, load average: 2.52, 2.92, 3.11 | |
Tasks: 8 total, 1 running, 7 sleeping, 0 stopped, 0 zombie | |
Cpu(s): 22.1%us, 1.3%sy, 0.2%ni, 76.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st | |
Mem: 32953488k total, 30572604k used, 2380884k free, 62084k buffers | |
Swap: 3117180k total, 12236k used, 3104944k free, 8194852k cached | |
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | |
11938 mrengy 20 0 273m 34m 17m S 0 0.1 0:00.32 php55.cgi | |
12022 mrengy 20 0 287m 48m 18m S 0 0.2 0:00.82 php55.cgi | |
12101 mrengy 20 0 286m 47m 18m S 0 0.1 0:00.82 php55.cgi |
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
[thomas-nelson-jr]$ lsof -u mrengy | grep php | grep /home | |
lsof: WARNING: can't stat() debugfs file system /sys/kernel/debug | |
Output information may be incomplete. | |
[thomas-nelson-jr]$ lsof -u mrengy | grep php | |
lsof: WARNING: can't stat() debugfs file system /sys/kernel/debug | |
Output information may be incomplete. | |
php55.cgi 12022 mrengy cwd DIR 8,1 4096 674014 /usr/local/dh/cgi-system | |
php55.cgi 12022 mrengy rtd DIR 8,1 4096 2 / | |
php55.cgi 12022 mrengy txt REG 8,1 6716704 671027 /usr/local/dh/cgi-system/php55.cgi | |
php55.cgi 12022 mrengy mem REG 8,1 31104 974004 /lib/x86_64-linux-gnu/libnss_dns-2.15.so |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'build' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ] | |
5 info prebuild [email protected] | |
6 info build [email protected] | |
7 verbose unsafe-perm in lifecycle true | |
8 info [email protected] Failed to exec build script | |
9 verbose stack Error: [email protected] build: `npm run build-css && npm run build-font && npm run build-img && npm run compile-css && npm run build-js && npm run compile-js && npm run gem` |
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
new-host:cg-style mikeeng$ npm run build | |
> [email protected] build /Applications/MAMP/htdocs/cg-style | |
> npm run build-css && npm run build-font && npm run build-img && npm run compile-css && npm run build-js && npm run compile-js && npm run gem | |
> [email protected] build-css /Applications/MAMP/htdocs/cg-style | |
> mkdir -p ./css && node-sass ./src/css/main.scss ./css/cloudgov-style.css && npm run build-prefix | |
sh: node-sass: command not found |
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
new-host:cg-style mikeeng$ npm install | |
npm WARN package.json [email protected] license should be a valid SPDX license expression | |
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm | |
- | |
> [email protected] postinstall /Applications/MAMP/htdocs/cg-style/node_modules/uswds/node_modules/cross-spawn/node_modules/spawn-sync | |
> node postinstall | |
\ | |
> [email protected] install /Applications/MAMP/htdocs/cg-style/node_modules/node-sass | |
> node scripts/install.js |
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
new-host:cg-style mikeeng$ npm install | |
npm WARN package.json [email protected] license should be a valid SPDX license expression | |
^R[D- | |
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. | |
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm | |
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. | |
npm WARN deprecated [email protected]: pngjs2 has now taken over the original pngjs package on npm. Please change to use pngjs dependency, version 2+. | |
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. | |
npm WARN optional dep failed, continuing node-zlib-backport@^0.11.15 | |
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
mike-engs-computer-2:cg-landing mikeeng$ npm install cloudgov-style --save | |
> [email protected] postinstall /Applications/MAMP/htdocs/cg-landing/node_modules/cloudgov-style/node_modules/uswds/node_modules/cross-spawn/node_modules/spawn-sync | |
> node postinstall | |
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm | |
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. | |
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. | |
| | |
> [email protected] install /Applications/MAMP/htdocs/cg-landing/node_modules/cloudgov-style/node_modules/uswds/node_modules/bourbon-neat/node_modules/node-sass |
This file has been truncated, but you can view the full file.
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
18009 silly addNamed path-array@>=1.0.0 <2.0.0 | |
18010 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-array | |
18011 silly addNameRange { name: 'path-array', range: '>=1.0.0 <2.0.0', hasData: false } | |
18012 silly mapToRegistry name path-array | |
18013 silly mapToRegistry using default registry | |
18014 silly mapToRegistry registry https://registry.npmjs.org/ | |
18015 silly mapToRegistry data Result { | |
18015 silly mapToRegistry raw: 'path-array', | |
18015 silly mapToRegistry scope: null, | |
18015 silly mapToRegistry name: 'path-array', |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'watch' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ] | |
5 info prewatch [email protected] | |
6 info watch [email protected] | |
7 verbose unsafe-perm in lifecycle true | |
8 info [email protected] Failed to exec watch script | |
9 verbose stack Error: [email protected] watch: `watch 'npm run build' ./src` |
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
new-host:~ mikeeng$ brew install node | |
Warning: You are using OS X 10.6. | |
We (and Apple) do not provide support for this old version. | |
You may encounter build failures or other breakages. | |
==> Downloading https://nodejs.org/dist/v5.10.1/node-v5.10.1.tar.xz | |
# ## ### ### ####### ######## 1######### 1######### 1########## 1########## |