Skip to content

Instantly share code, notes, and snippets.

View davewallace's full-sized avatar

Dave Wallace davewallace

  • Self Employed
  • Wellington
View GitHub Profile
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "lint"
npm ERR! node v4.6.0
npm ERR! npm v2.15.9
npm ERR! code ELIFECYCLE
npm ERR! stampit@3.0.3 lint: `eslint src && eslint test`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the stampit@3.0.3 lint script 'eslint src && eslint test'.
npm ERR! This is most likely a problem with the stampit package,
danjah@DANJAH-LAPTOP-W /c/wamp/www/codefinger-projects/prototypes/todo-mvc (master)
$ git clone https://github.com/tastejs/todomvc.git .
Cloning into '.'...
remote: Counting objects: 28481, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 28481 (delta 0), reused 0 (delta 0), pack-reused 28473
Receiving objects: 100% (28481/28481), 53.67 MiB | 2.26 MiB/s, done.
Resolving deltas: 100% (12191/12191), done.
Checking connectivity... done.
Checking out files: 100% (2445/2445), done.
$ 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));
^
// 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
// 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;
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
$ 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 =
// 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 {
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;
$ 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