Skip to content

Instantly share code, notes, and snippets.

new-host:~ mikeeng$ brew uninstall node
Error: No such keg: /usr/local/Cellar/node
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.
==> Installing dependencies for node: python
==> Installing node dependency: python
==> Downloading https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz
Already downloaded: /Library/Caches/Homebrew/python-2.7.11.tgz
new-host:cg-style mikeeng$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Some frameworks can be picked up by CMake's build system and likely
cause the build to fail. To compile CMake, you may wish to move these
out of the way:
/Library/Frameworks/libcurl.framework
new-host:cg-style mikeeng$ xcode-select -version
xcode-select version 2003.
new-host:cg-style mikeeng$ gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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##########
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 npm@2.15.1
3 info using node@v4.4.3
4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ]
5 info prewatch cloudgov-style@0.3.4
6 info watch cloudgov-style@0.3.4
7 verbose unsafe-perm in lifecycle true
8 info cloudgov-style@0.3.4 Failed to exec watch script
9 verbose stack Error: cloudgov-style@0.3.4 watch: `watch 'npm run build' ./src`
This file has been truncated, but you can view the full file.
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,
mike-engs-computer-2:cg-landing mikeeng$ npm install cloudgov-style --save
> spawn-sync@1.0.15 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 npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
|
> node-sass@3.4.2 install /Applications/MAMP/htdocs/cg-landing/node_modules/cloudgov-style/node_modules/uswds/node_modules/bourbon-neat/node_modules/node-sass
new-host:cg-style mikeeng$ npm install
npm WARN package.json cloudgov-style@0.3.4 license should be a valid SPDX license expression
^R[D-
npm WARN deprecated graceful-fs@3.0.8: 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 npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated pngjs2@1.2.0: pngjs2 has now taken over the original pngjs package on npm. Please change to use pngjs dependency, version 2+.
npm WARN deprecated graceful-fs@1.2.3: 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
new-host:cg-style mikeeng$ npm install
npm WARN package.json cloudgov-style@0.3.4 license should be a valid SPDX license expression
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
-
> spawn-sync@1.0.15 postinstall /Applications/MAMP/htdocs/cg-style/node_modules/uswds/node_modules/cross-spawn/node_modules/spawn-sync
> node postinstall
\
> node-sass@3.5.3 install /Applications/MAMP/htdocs/cg-style/node_modules/node-sass
> node scripts/install.js
new-host:cg-style mikeeng$ npm run build
> cloudgov-style@0.3.4 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
> cloudgov-style@0.3.4 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