Skip to content

Instantly share code, notes, and snippets.

View davewallace's full-sized avatar

Dave Wallace davewallace

  • Self Employed
  • Wellington
View GitHub Profile
==> default: E
==> default: :
==> default: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.54/libboost1.54-dev_1.54.0-4ubuntu3.1_amd64.deb Connection failed [IP: 91.189.92.200 80]
==> default: E
==> default: :
==> default: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/libv/libv8-3.14/libv8-3.14.5_3.14.5.8-5ubuntu2_amd64.deb Connection failed [IP: 91.189.91.23 80]
==> default: E
==> default: :
==> default: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/m/mongodb/mongodb-dev_2.4.9-1ubuntu2_amd64.deb Connection failed [IP: 91.189.91.14 80]
==> default:
==> default: ��� ��� ��������� debug@2.2.0
==> default: ��� ��� ��������� ms@0.7.1
==> default: ��� ��������� ms@0.1.0
==> default: ��� ��������� muri@1.1.0
==> default: ��� ��������� regexp-clone@0.0.1
==> default: ��� ��������� sliced@0.0.5
==> default: ��������� morgan@1.6.1
==> default: ��� ��������� basic-auth@1.0.3
==> default: ��� ��������� debug@2.2.0
==> default: ��� ��� ��������� ms@0.7.1
$ grunt build
Running "_log-vars" task
>> Using source at "src/"
>> Building to "build/"
Running "jsonlint:src" (jsonlint) task
>> 6 files lint free.
Running "check-json" task
html.touch body * {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
html.touch body {
.extension-tutor {
-webkit-transform: none; /* Safari and Chrome */
transform: none;
// code comments here
html.touch body * {
-webkit-transform: translate3d(0, 0, 0); /* Safari and Chrome */
transform: translate3d(0, 0, 0);
}
html.touch body {
.extension-tutor,
.menu,
.media-component,
.accordion-component .accordion-item-title {
$ npm install meteor
> bson@0.1.5 install c:\wamp\www\codefinger-projects\chromos\node_modules\bson
> node install.js || (exit 0)
================================================================================
= =
= Attempting to build bson c++ extension =
= Windows: no build will be attempted as binaries are prepackaged =
= Unix: on failure the package will still install without the C++ extension =
c:\users\davew\.node-gyp\4.2.6\include\node\v8.h(3478): error C2065: 'Value' : undeclared identifier (..\lib\win32\wrappers\security_buffer_descriptor.cc) [c:\adapt-vagrant\node_modules\mongoose\node
_modules\mongodb\node_modules\kerberos\build\kerberos.vcxproj]
c:\users\davew\.node-gyp\4.2.6\include\node\v8.h(3403): error C2065: 'byte_length_' : undeclared identifier (..\lib\win32\wrappers\security_context.cc) [c:\adapt-vagrant\node_modules\mongoose\node_mo
dules\mongodb\node_modules\kerberos\build\kerberos.vcxproj]
c:\users\davew\.node-gyp\4.2.6\include\node\v8.h(3410): error C2059: syntax error : '}' (..\lib\win32\wrappers\security_credentials.cc) [c:\adapt-vagrant\node_modules\mongoose\node_modules\mongodb\no
de_modules\kerberos\build\kerberos.vcxproj]
c:\users\davew\.node-gyp\4.2.6\include\node\v8.h(3478): error C2065: 'obj' : undeclared identifier (..\lib\win32\wrappers\security_buffer_descriptor.cc) [c:\adapt-vagrant\node_modules\mongoose\node_m
odules\mongodb\node_modules\kerberos\build\kerberos.vcxpr
// 1st level keys are a string value representing actual Store names
// 1st level values are an integer representing a percentage (aggregated percentages of Users belonging to the relevant Store)
{
"storeName0": 67,
"storeName1": 90,
"storeName2": 88,
"storeName3": 23
}
// eg;
// 1st level keys are a string value representing a unique User identifier
// 1st level values are an object representing User context, including: the Store they work in and their percentage Score (where they have achieved one)
{
"userID0": {
"storeName": "ponsonby",
"percentageScore": 42
},
"userID1": {
"storeName": "ponsonby",
"percentageScore": 31
$ npm install
npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated find-file@0.1.4: Use the globby package instead
> pngquant-bin@0.3.5 postinstall c:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\pngquant-bin
> node index.js
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^