Skip to content

Instantly share code, notes, and snippets.

View wiafe's full-sized avatar

Randy Wiafe wiafe

View GitHub Profile
~/desktop/PersonalSites/David Work/marketplace-angular   new-marketplace±  foreman start -f Procfile.local
18:46:32 web.1 | started with pid 77559
18:46:32 monitor.1 | started with pid 77560
18:46:33 web.1 | module.js:338
18:46:33 web.1 | throw err;
18:46:33 web.1 | ^
18:46:33 web.1 | Error: Cannot find module 'express'
18:46:33 web.1 | at Function.Module._resolveFilename (module.js:336:15)
18:46:33 web.1 | at Function.Module._load (module.js:278:25)
18:46:33 web.1 | at Module.require (module.js:365:17)
Unable to find a suitable version for angular, please choose one:
1) angular#>=1 <1.3.0 which resolved to 1.2.28 and is required by angular-bootstrap#0.12.1
2) angular#~1.2.0 which resolved to 1.2.28 and is required by angular-salvattore#0.1.0
3) angular#~1.3.0 which resolved to 1.3.17 and is required by angular-deckgrid#0.5.0
4) angular#>=1.2.* which resolved to 1.4.3 and is required by angular-sails#1.1.4
5) angular#^1.2.6 which resolved to 1.4.3 and is required by angular-socket-io#0.7.0
6) angular#>= 1.0.8 which resolved to 1.4.3 and is required by angular-ui-router#0.2.15
7) angular#* which resolved to 1.4.3 and is required by restangular#1.4.0
Prefix the choice with ! to persist it to bower.json
npm ERR! Darwin 14.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "--ignore-scripts"
npm ERR! node v0.12.2
npm ERR! npm v2.7.4
npm ERR! shasum check failed for /var/folders/9k/mm1ddnz91dxbtczw3ct8wxcw0000gn/T/npm-76622-9e306977/registry.npmjs.org/log4js/-/log4js-0.6.26.tgz
npm ERR! Expected: c728671b100ea6e7a7092a13df15ec6bcdf439fe
npm ERR! Actual: bbdc17dc0c5f792de5205449262c22fcb8b51f94
npm ERR! From: https://registry.npmjs.org/log4js/-/log4js-0.6.26.tgz
npm ERR!
@wiafe
wiafe / checkerboard.js
Created July 15, 2015 17:31
Checkerboard Javascript Solution
for (var i = 1; i <= 8; i++) {
if (i % 2 === 0){
console.log(" # # # #");
}else {
console.log("# # # # ");
}
};
@wiafe
wiafe / FizzBuzz.js
Last active August 29, 2015 14:25
My FizzBuzz javascript solution.
for (var i = 1; i <= 100; i++) {
if (i % 3 === 0) {
console.log( i + " = " + "Fizz");
}else if (i % 5 === 0) {
console.log( i + " = " + "Buzz");
}else {
console.log(i);
}
if (i % 3 === 0 && i % 5 === 0) {
console.log( i + " = " + "FizzBuzz");
.macbook {
max-width: 760px;
}
.macbook:before {
content: url(../images/application-screen.png);
position: relative;
left: 32px;
top: 157px;
transform: scaleY(0.9);
This file has been truncated, but you can view the full file.
38019 silly gunzTarPerm modified mode [ 'README.md', 438, 420 ]
38020 silly gunzTarPerm extractEntry .npmignore
38021 silly gunzTarPerm modified mode [ '.npmignore', 438, 420 ]
38022 silly gunzTarPerm extractEntry README.md
38023 silly gunzTarPerm modified mode [ 'README.md', 438, 420 ]
38024 silly cache afterAdd dateformat@1.0.2-1.2.3
38025 verbose afterAdd /Users/randy/.npm/dateformat/1.0.2-1.2.3/package/package.json not in flight; writing
38026 silly fetchAndShaCheck shasum e8f988115ca7be9d076c7a1fae4788be708f0cf1
38027 silly gunzTarPerm extractEntry package.json
38028 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ]
Randolph-Wiafes-MacBook-Pro:plbg randy$ npm i
npm WARN engine email-templates@0.1.8: wanted: {"node":"0.8.x | 0.10.x"} (current: {"node":"0.12.2","npm":"2.7.4"})
> contextify@0.1.13 install /Users/randy/Desktop/plbg/node_modules/email-templates/node_modules/juice/node_modules/jsdom/node_modules/contextify
> node-gyp rebuild
CXX(target) Release/obj.target/contextify/src/contextify.o
SOLINK_MODULE(target) Release/contextify.node
SOLINK_MODULE(target) Release/contextify.node: Finished