Skip to content

Instantly share code, notes, and snippets.

@mox601
Created January 26, 2016 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mox601/f2531651704083d57be2 to your computer and use it in GitHub Desktop.
Save mox601/f2531651704083d57be2 to your computer and use it in GitHub Desktop.
yo cyclejs fails
0 info it worked if it ends with ok
1 verbose cli [ '/Users/mox/.nvm/v5.5.0/bin/node',
1 verbose cli '/Users/mox/.nvm/v5.5.0/bin/npm',
1 verbose cli 'start' ]
2 info using npm@3.5.3
3 info using node@v5.5.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle cyclejs-spike@0.0.0~prestart: cyclejs-spike@0.0.0
6 silly lifecycle cyclejs-spike@0.0.0~prestart: no script for prestart, continuing
7 info lifecycle cyclejs-spike@0.0.0~start: cyclejs-spike@0.0.0
8 verbose lifecycle cyclejs-spike@0.0.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle cyclejs-spike@0.0.0~start: PATH: /Users/mox/.nvm/v5.5.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/node_modules/.bin:/Users/mox/.nvm/v5.5.0/bin:/Users/mox/google-cloud-sdk/bin:/Users/mox/Dati/shared-libraries/mongodb-osx-x86_64-3.0.4/bin:/Users/mox/Dati/shared-libraries/apache-storm-0.9.2-incubating/bin:/Users/mox/Dati/shared-libraries/kestrel-2.4.1/scripts:/Users/mox/Dati/shared-libraries/scala-2.11.5/bin:/Users/mox/Dati/shared-libraries/phantomjs-2.0.0-macosx/bin:/Users/mox/Dati/shared-libraries/sbt/bin:/Users/mox/Dati/shared-libraries/leiningen:/Users/mox/Dati/shared-libraries/libsvm-3.16:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/mox/Dati/shared-libraries/ec2-api-tools/ec2-api-tools-1.7.3.0/bin
10 verbose lifecycle cyclejs-spike@0.0.0~start: CWD: /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
11 silly lifecycle cyclejs-spike@0.0.0~start: Args: [ '-c',
11 silly lifecycle 'npm run init && npm run build && echo \'Open demo/index.html in your browser\'' ]
12 silly lifecycle cyclejs-spike@0.0.0~start: Returned: code: 1 signal: null
13 info lifecycle cyclejs-spike@0.0.0~start: Failed to exec start script
14 verbose stack Error: cyclejs-spike@0.0.0 start: `npm run init && npm run build && echo 'Open demo/index.html in your browser'`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (/Users/mox/.nvm/v5.5.0/lib/node_modules/npm/lib/utils/lifecycle.js:232:16)
14 verbose stack at emitTwo (events.js:100:13)
14 verbose stack at EventEmitter.emit (events.js:185:7)
14 verbose stack at ChildProcess.<anonymous> (/Users/mox/.nvm/v5.5.0/lib/node_modules/npm/lib/utils/spawn.js:24:14)
14 verbose stack at emitTwo (events.js:100:13)
14 verbose stack at ChildProcess.emit (events.js:185:7)
14 verbose stack at maybeClose (internal/child_process.js:821:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
15 verbose pkgid cyclejs-spike@0.0.0
16 verbose cwd /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
17 error Darwin 12.6.0
18 error argv "/Users/mox/.nvm/v5.5.0/bin/node" "/Users/mox/.nvm/v5.5.0/bin/npm" "start"
19 error node v5.5.0
20 error npm v3.5.3
21 error code ELIFECYCLE
22 error cyclejs-spike@0.0.0 start: `npm run init && npm run build && echo 'Open demo/index.html in your browser'`
22 error Exit status 1
23 error Failed at the cyclejs-spike@0.0.0 start script 'npm run init && npm run build && echo 'Open demo/index.html in your browser''.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the cyclejs-spike package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error npm run init && npm run build && echo 'Open demo/index.html in your browser'
23 error You can get information on how to open an issue for this project with:
23 error npm bugs cyclejs-spike
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls cyclejs-spike
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
~/Dati/Progetti/os/javascript
[mox@Matteos-MacBook-Pro:javascript] $ mkdir cyclejs-spike && cd $_
~/Dati/Progetti/os/javascript/cyclejs-spike
[mox@Matteos-MacBook-Pro:cyclejs-spike] $ yo cyclejs
_-----_
| | .--------------------------.
|--(o)--| | Scaffold your Cycle.js |
`---------´ | Nested Dialogue module |
( _´U`_ ) '--------------------------'
/___A___\
| ~ |
__'.___.'__
´ ` |° ´ Y `
? What do you want to name your module? cyclejs-spike
? What is your Github user name? mox601
? What is the URL of your website? http://mox.fm
create package.json
Initialized empty Git repository in /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/.git/
create demo/demo.css
create demo/demo.js
create demo/index.html
create demo/main.js
create LICENSE
create README.md
create cyclejs-spike/intent.js
create cyclejs-spike/model.js
create cyclejs-spike/view.js
create .editorconfig
create .gitattributes
create .gitignore
create .eslintrc
create .eslintignore
create postcss.config.json
create cyclejs-spike.js
create cyclejs-spike.css
I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
cyclejs-spike@0.0.0 /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
└─┬ eslint@1.0.0
├─┬ chalk@1.1.1
│ ├── ansi-styles@2.1.0
│ ├─┬ has-ansi@2.0.0
│ │ └── ansi-regex@2.0.0
│ ├── strip-ansi@3.0.0
│ └── supports-color@2.0.0
├─┬ concat-stream@1.5.1
│ ├── inherits@2.0.1
│ ├─┬ readable-stream@2.0.5
│ │ ├── core-util-is@1.0.2
│ │ ├── process-nextick-args@1.0.6
│ │ ├── string_decoder@0.10.31
│ │ └── util-deprecate@1.0.2
│ └── typedarray@0.0.6
├─┬ debug@2.2.0
│ └── ms@0.7.1
├─┬ doctrine@0.6.4
│ ├── esutils@1.1.6
│ └── isarray@0.0.1
├── escape-string-regexp@1.0.4
├─┬ escope@3.3.0
│ ├─┬ es6-map@0.1.3
│ │ ├── d@0.1.1
│ │ ├── es5-ext@0.10.11
│ │ ├── es6-iterator@2.0.0
│ │ ├── es6-set@0.1.4
│ │ ├── es6-symbol@3.0.2
│ │ └── event-emitter@0.3.4
│ ├── es6-weak-map@2.0.1
│ └─┬ esrecurse@3.1.1
│ └── estraverse@3.1.0
├── espree@2.2.5
├── estraverse@4.1.1
├── estraverse-fb@1.3.1
├── globals@8.18.0
├─┬ inquirer@0.8.5
│ ├── ansi-regex@1.1.1
│ ├── cli-width@1.1.1
│ ├── figures@1.4.0
│ ├── lodash@3.10.1
│ ├─┬ readline2@0.1.1
│ │ ├── mute-stream@0.0.4
│ │ └─┬ strip-ansi@2.0.1
│ │ └── ansi-regex@1.1.1
│ ├── rx@2.5.3
│ └── through@2.3.8
├─┬ is-my-json-valid@2.12.4
│ ├── generate-function@2.0.0
│ ├─┬ generate-object-property@1.2.0
│ │ └── is-property@1.0.2
│ ├── jsonpointer@2.0.0
│ └── xtend@4.0.1
├─┬ js-yaml@3.5.2
│ ├─┬ argparse@1.0.4
│ │ ├── lodash@4.0.1
│ │ └── sprintf-js@1.0.3
│ └── esprima@2.7.1
├─┬ lodash.clonedeep@3.0.2
│ ├─┬ lodash._baseclone@3.3.0
│ │ ├── lodash._baseassign@3.2.0
│ │ └── lodash._basefor@3.0.3
│ └── lodash._bindcallback@3.0.1
├─┬ lodash.merge@3.3.2
│ ├── lodash._arraycopy@3.0.0
│ ├── lodash._arrayeach@3.0.0
│ ├─┬ lodash._createassigner@3.1.1
│ │ └── lodash._isiterateecall@3.0.9
│ ├── lodash._getnative@3.9.1
│ ├── lodash.isarguments@3.0.5
│ ├── lodash.isarray@3.0.4
│ ├── lodash.isplainobject@3.2.0
│ ├── lodash.istypedarray@3.0.3
│ ├── lodash.keys@3.1.2
│ ├── lodash.keysin@3.0.8
│ └─┬ lodash.toplainobject@3.0.0
│ └── lodash._basecopy@3.0.1
├─┬ lodash.omit@3.1.0
│ ├── lodash._arraymap@3.0.0
│ ├─┬ lodash._basedifference@3.0.3
│ │ ├── lodash._baseindexof@3.1.0
│ │ ├── lodash._cacheindexof@3.0.2
│ │ └── lodash._createcache@3.1.2
│ ├── lodash._baseflatten@3.1.4
│ ├── lodash._pickbyarray@3.0.2
│ ├── lodash._pickbycallback@3.0.0
│ └── lodash.restparam@3.6.1
├─┬ minimatch@2.0.10
│ └─┬ brace-expansion@1.1.2
│ ├── balanced-match@0.3.0
│ └── concat-map@0.0.1
├─┬ mkdirp@0.5.1
│ └── minimist@0.0.8
├── object-assign@2.1.1
├─┬ optionator@0.5.0
│ ├── deep-is@0.1.3
│ ├── fast-levenshtein@1.0.7
│ ├── levn@0.2.5
│ ├── prelude-ls@1.1.2
│ ├── type-check@0.3.2
│ └── wordwrap@0.0.3
├── path-is-absolute@1.0.0
├── path-is-inside@1.0.1
├── strip-json-comments@1.0.4
├── text-table@0.2.0
├── user-home@1.1.1
└── xml-escape@1.0.0
npm WARN deprecated cssnext@1.8.4: cssnext is now postcss-cssnext. cssnext is deprecated. See postcss-cssnext migration guide http://cssnext.io/postcss/
npm WARN deprecated css-list@0.1.3: Deprecated.
loadDep:img-stats → after ▌ ╢█████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
npm WARN prefer global babel@6.3.26 should be installed with -g
> fsevents@1.0.6 install /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/node_modules/fsevents
> node-pre-gyp install --fallback-to-build
[fsevents] Success: "/Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node" is installed via remote
> caniuse-api@1.4.1 postinstall /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/node_modules/caniuse-api
> node generator.js
caniuse-api: Generation ok
cyclejs-spike@0.0.0 /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
├── babel@6.3.26
├─┬ babelify@7.2.0
│ ├─┬ babel-core@6.4.5
│ │ ├─┬ babel-code-frame@6.3.13
│ │ │ ├── esutils@2.0.2
│ │ │ ├── js-tokens@1.0.2
│ │ │ ├─┬ line-numbers@0.2.0
│ │ │ │ └── left-pad@0.0.3
│ │ │ └─┬ repeating@1.1.3
│ │ │ └─┬ is-finite@1.0.1
│ │ │ └── number-is-nan@1.0.0
│ │ ├─┬ babel-generator@6.4.5
│ │ │ ├─┬ detect-indent@3.0.1
│ │ │ │ ├── get-stdin@4.0.1
│ │ │ │ └── minimist@1.2.0
│ │ │ ├── is-integer@1.0.6
│ │ │ └── trim-right@1.0.1
│ │ ├── babel-helpers@6.4.5
│ │ ├── babel-messages@6.3.18
│ │ ├─┬ babel-register@6.4.3
│ │ │ ├── core-js@1.2.6
│ │ │ ├─┬ home-or-tmp@1.0.0
│ │ │ │ └── os-tmpdir@1.0.1
│ │ │ └─┬ source-map-support@0.2.10
│ │ │ └── source-map@0.1.32
│ │ ├── babel-runtime@5.8.35
│ │ ├── babel-template@6.3.13
│ │ ├─┬ babel-traverse@6.4.5
│ │ │ └─┬ invariant@2.2.0
│ │ │ └── loose-envify@1.1.0
│ │ ├─┬ babel-types@6.4.5
│ │ │ ├── esutils@2.0.2
│ │ │ └── to-fast-properties@1.0.1
│ │ ├── babylon@6.4.5
│ │ ├── convert-source-map@1.1.3
│ │ ├── json5@0.4.0
│ │ ├── path-exists@1.0.0
│ │ ├── private@0.1.6
│ │ ├── shebang-regex@1.0.0
│ │ ├── slash@1.0.0
│ │ └── source-map@0.5.3
│ └── object-assign@4.0.1
├─┬ browserify@13.0.0
│ ├── assert@1.3.0
│ ├─┬ browser-pack@6.0.1
│ │ ├─┬ combine-source-map@0.7.1
│ │ │ ├─┬ inline-source-map@0.6.1
│ │ │ │ └── source-map@0.4.4
│ │ │ ├── lodash.memoize@3.0.4
│ │ │ └── source-map@0.4.2
│ │ └── umd@3.0.1
│ ├── browser-resolve@1.11.1
│ ├─┬ browserify-zlib@0.1.4
│ │ └── pako@0.2.8
│ ├─┬ buffer@4.3.0
│ │ ├── base64-js@1.0.2
│ │ ├── ieee754@1.1.6
│ │ └── isarray@1.0.0
│ ├─┬ console-browserify@1.1.0
│ │ └── date-now@0.1.4
│ ├── constants-browserify@1.0.0
│ ├─┬ crypto-browserify@3.11.0
│ │ ├─┬ browserify-cipher@1.0.0
│ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ └── buffer-xor@1.0.3
│ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ └─┬ des.js@1.0.0
│ │ │ │ └── minimalistic-assert@1.0.0
│ │ │ └── evp_bytestokey@1.0.0
│ │ ├─┬ browserify-sign@4.0.0
│ │ │ ├── bn.js@4.8.1
│ │ │ ├── browserify-rsa@4.0.0
│ │ │ ├─┬ elliptic@6.2.2
│ │ │ │ ├── brorand@1.0.5
│ │ │ │ └── hash.js@1.0.3
│ │ │ └─┬ parse-asn1@5.0.0
│ │ │ └── asn1.js@4.3.0
│ │ ├── create-ecdh@4.0.0
│ │ ├─┬ create-hash@1.1.2
│ │ │ ├── cipher-base@1.0.2
│ │ │ └── ripemd160@1.0.1
│ │ ├── create-hmac@1.1.4
│ │ ├─┬ diffie-hellman@5.0.1
│ │ │ └── miller-rabin@4.0.0
│ │ ├── pbkdf2@3.0.4
│ │ ├── public-encrypt@4.0.0
│ │ └── randombytes@2.0.2
│ ├── defined@1.0.0
│ ├── deps-sort@2.0.0
│ ├── domain-browser@1.1.7
│ ├── duplexer2@0.1.4
│ ├── events@1.1.0
│ ├─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ └── once@1.3.3
│ ├─┬ has@1.0.1
│ │ └── function-bind@1.0.2
│ ├── htmlescape@1.1.0
│ ├── https-browserify@0.0.1
│ ├── inherits@2.0.1
│ ├─┬ insert-module-globals@7.0.1
│ │ ├── is-buffer@1.1.1
│ │ └─┬ lexical-scope@1.2.0
│ │ └── astw@2.0.0
│ ├── isarray@0.0.1
│ ├─┬ JSONStream@1.0.7
│ │ └── jsonparse@1.2.0
│ ├─┬ labeled-stream-splicer@2.0.0
│ │ └── stream-splicer@2.0.0
│ ├─┬ module-deps@4.0.5
│ │ ├── detective@4.3.1
│ │ └── stream-combiner2@1.1.1
│ ├── os-browserify@0.1.2
│ ├─┬ parents@1.0.1
│ │ └── path-platform@0.11.15
│ ├── path-browserify@0.0.0
│ ├── process@0.11.2
│ ├── punycode@1.4.0
│ ├── querystring-es3@0.2.1
│ ├── read-only-stream@2.0.0
│ ├─┬ readable-stream@2.0.5
│ │ ├── core-util-is@1.0.2
│ │ └── util-deprecate@1.0.2
│ ├── resolve@1.1.7
│ ├─┬ shasum@1.0.2
│ │ ├── json-stable-stringify@0.0.1
│ │ └── sha.js@2.4.4
│ ├─┬ shell-quote@1.4.3
│ │ ├── array-filter@0.0.1
│ │ ├── array-map@0.0.0
│ │ ├── array-reduce@0.0.0
│ │ └── jsonify@0.0.0
│ ├── stream-browserify@2.0.1
│ ├─┬ stream-http@2.1.0
│ │ ├── builtin-status-codes@1.0.0
│ │ └── to-arraybuffer@1.0.1
│ ├── string_decoder@0.10.31
│ ├─┬ subarg@1.0.0
│ │ └── minimist@1.2.0
│ ├─┬ syntax-error@1.1.4
│ │ └── acorn@1.2.2
│ ├── through2@2.0.0
│ ├── timers-browserify@1.4.2
│ ├── tty-browserify@0.0.0
│ ├─┬ url@0.11.0
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ ├── util@0.10.3
│ ├─┬ vm-browserify@0.0.4
│ │ └── indexof@0.0.1
│ └── xtend@4.0.1
├─┬ cli-release@1.0.4
│ ├─┬ cli-changelog@2.1.0
│ │ ├── bluebird@2.10.2
│ │ └── validator@4.5.1
│ └── shelljs@0.5.3
├─┬ cssnext@1.8.4
│ ├─┬ autoprefixer-core@5.2.1
│ │ ├── browserslist@0.4.0
│ │ ├── caniuse-db@1.0.30000394
│ │ └── num2fraction@1.2.2
│ ├─┬ caniuse-api@1.4.1
│ │ ├── browserslist@1.1.1
│ │ ├─┬ lodash.memoize@2.4.1
│ │ │ ├── lodash._keyprefix@2.4.2
│ │ │ └── lodash.isfunction@2.4.1
│ │ └─┬ lodash.uniq@3.2.2
│ │ ├─┬ lodash._basecallback@3.3.1
│ │ │ ├── lodash._baseisequal@3.0.7
│ │ │ └── lodash.pairs@3.0.1
│ │ └── lodash._baseuniq@3.0.3
│ ├─┬ chalk@1.1.1
│ │ ├── ansi-styles@2.1.0
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├── strip-ansi@3.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ chokidar@1.4.2
│ │ ├─┬ anymatch@1.3.0
│ │ │ ├── arrify@1.0.1
│ │ │ └─┬ micromatch@2.3.7
│ │ │ ├─┬ arr-diff@2.0.0
│ │ │ │ └── arr-flatten@1.0.1
│ │ │ ├── array-unique@0.2.1
│ │ │ ├─┬ braces@1.8.3
│ │ │ │ ├─┬ expand-range@1.8.1
│ │ │ │ │ └─┬ fill-range@2.2.3
│ │ │ │ │ ├── is-number@2.1.0
│ │ │ │ │ ├── isobject@2.0.0
│ │ │ │ │ ├── randomatic@1.1.5
│ │ │ │ │ └── repeat-string@1.5.2
│ │ │ │ ├── preserve@0.2.0
│ │ │ │ └── repeat-element@1.1.2
│ │ │ ├── expand-brackets@0.1.4
│ │ │ ├── extglob@0.3.2
│ │ │ ├── filename-regex@2.0.0
│ │ │ ├── kind-of@3.0.2
│ │ │ ├── normalize-path@2.0.1
│ │ │ ├─┬ object.omit@2.0.0
│ │ │ │ ├─┬ for-own@0.1.3
│ │ │ │ │ └── for-in@0.1.4
│ │ │ │ └── is-extendable@0.1.1
│ │ │ ├─┬ parse-glob@3.0.4
│ │ │ │ ├── glob-base@0.3.0
│ │ │ │ └── is-dotfile@1.0.2
│ │ │ └─┬ regex-cache@0.4.2
│ │ │ ├── is-equal-shallow@0.1.3
│ │ │ └── is-primitive@2.0.0
│ │ ├── async-each@0.1.6
│ │ ├─┬ fsevents@1.0.6
│ │ │ ├── nan@2.2.0
│ │ │ └─┬ node-pre-gyp@0.6.17
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.0.7
│ │ │ ├─┬ npmlog@2.0.0
│ │ │ │ ├── ansi@0.3.0
│ │ │ │ ├─┬ are-we-there-yet@1.0.4
│ │ │ │ │ ├── delegates@0.1.0
│ │ │ │ │ └─┬ readable-stream@1.1.13
│ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ └─┬ gauge@1.2.2
│ │ │ │ ├── has-unicode@1.0.1
│ │ │ │ ├─┬ lodash.pad@3.1.1
│ │ │ │ │ ├── lodash._basetostring@3.0.1
│ │ │ │ │ └─┬ lodash._createpadding@3.6.1
│ │ │ │ │ └── lodash.repeat@3.0.1
│ │ │ │ ├── lodash.padleft@3.1.1
│ │ │ │ └── lodash.padright@3.1.1
│ │ │ ├─┬ rc@1.1.5
│ │ │ │ ├── deep-extend@0.4.0
│ │ │ │ ├── ini@1.3.4
│ │ │ │ ├── minimist@1.2.0
│ │ │ │ └── strip-json-comments@1.0.4
│ │ │ ├─┬ request@2.67.0
│ │ │ │ ├── aws-sign2@0.6.0
│ │ │ │ ├─┬ bl@1.0.0
│ │ │ │ │ └─┬ readable-stream@2.0.4
│ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ ├── process-nextick-args@1.0.3
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ ├── caseless@0.11.0
│ │ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ │ └── delayed-stream@1.0.0
│ │ │ │ ├── extend@3.0.0
│ │ │ │ ├── forever-agent@0.6.1
│ │ │ │ ├─┬ form-data@1.0.0-rc3
│ │ │ │ │ └── async@1.5.0
│ │ │ │ ├─┬ har-validator@2.0.3
│ │ │ │ │ ├─┬ chalk@1.1.1
│ │ │ │ │ │ ├── ansi-styles@2.1.0
│ │ │ │ │ │ ├── escape-string-regexp@1.0.3
│ │ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ │ │ ├── strip-ansi@3.0.0
│ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ ├─┬ commander@2.9.0
│ │ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ │ ├─┬ is-my-json-valid@2.12.3
│ │ │ │ │ │ ├── generate-function@2.0.0
│ │ │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ │ │ └── is-property@1.0.2
│ │ │ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ │ │ └── xtend@4.0.1
│ │ │ │ │ └─┬ pinkie-promise@2.0.0
│ │ │ │ │ └── pinkie@2.0.1
│ │ │ │ ├─┬ hawk@3.1.2
│ │ │ │ │ ├── boom@2.10.1
│ │ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ │ ├── hoek@2.16.3
│ │ │ │ │ └── sntp@1.0.9
│ │ │ │ ├─┬ http-signature@1.1.0
│ │ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ │ ├─┬ jsprim@1.2.2
│ │ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ │ ├── json-schema@0.2.2
│ │ │ │ │ │ └── verror@1.3.6
│ │ │ │ │ └─┬ sshpk@1.7.0
│ │ │ │ │ ├── asn1@0.2.3
│ │ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ │ ├── dashdash@1.10.1
│ │ │ │ │ ├── ecc-jsbn@0.1.1
│ │ │ │ │ ├── jodid25519@1.0.2
│ │ │ │ │ ├── jsbn@0.1.0
│ │ │ │ │ └── tweetnacl@0.13.2
│ │ │ │ ├── is-typedarray@1.0.0
│ │ │ │ ├── isstream@0.1.2
│ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ ├─┬ mime-types@2.1.7
│ │ │ │ │ └── mime-db@1.19.0
│ │ │ │ ├── node-uuid@1.4.7
│ │ │ │ ├── oauth-sign@0.8.0
│ │ │ │ ├── qs@5.2.0
│ │ │ │ ├── stringstream@0.0.5
│ │ │ │ ├── tough-cookie@2.2.1
│ │ │ │ └── tunnel-agent@0.4.1
│ │ │ ├─┬ rimraf@2.4.4
│ │ │ │ └─┬ glob@5.0.15
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@3.0.0
│ │ │ │ │ └─┬ brace-expansion@1.1.1
│ │ │ │ │ ├── balanced-match@0.2.1
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ ├─┬ once@1.3.3
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ ├── semver@5.1.0
│ │ │ ├─┬ tar@2.2.1
│ │ │ │ ├── block-stream@0.0.8
│ │ │ │ ├── fstream@1.0.8
│ │ │ │ └── inherits@2.0.1
│ │ │ └─┬ tar-pack@3.1.0
│ │ │ ├── debug@0.7.4
│ │ │ ├─┬ fstream-ignore@1.0.3
│ │ │ │ └─┬ minimatch@3.0.0
│ │ │ │ └─┬ brace-expansion@1.1.1
│ │ │ │ ├── balanced-match@0.2.1
│ │ │ │ └── concat-map@0.0.1
│ │ │ ├── graceful-fs@4.1.2
│ │ │ ├── once@1.1.1
│ │ │ ├─┬ readable-stream@1.0.33
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ ├── rimraf@2.2.8
│ │ │ └── uid-number@0.0.3
│ │ ├── glob-parent@2.0.0
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.4.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ └─┬ readdirp@2.0.0
│ │ └── graceful-fs@4.1.2
│ ├─┬ commander@2.9.0
│ │ └── graceful-readlink@1.0.1
│ ├─┬ cssnano@2.6.1
│ │ ├── balanced-match@0.2.1
│ │ ├── css-list@0.1.3
│ │ ├── decamelize@1.1.2
│ │ ├── indexes-of@1.0.1
│ │ ├── minimist@1.2.0
│ │ ├─┬ postcss-colormin@1.2.7
│ │ │ └─┬ colormin@1.0.7
│ │ │ ├── color@0.11.1
│ │ │ └── css-color-names@0.0.3
│ │ ├─┬ postcss-convert-values@1.3.1
│ │ │ └── postcss-value-parser@1.4.2
│ │ ├─┬ postcss-discard-comments@1.2.1
│ │ │ └── node-balanced@0.0.14
│ │ ├── postcss-discard-duplicates@1.2.1
│ │ ├── postcss-discard-empty@1.1.2
│ │ ├─┬ postcss-discard-unused@1.0.3
│ │ │ ├── flatten@0.0.1
│ │ │ └── uniqs@2.0.0
│ │ ├─┬ postcss-filter-plugins@1.0.1
│ │ │ └── uniqid@1.0.0
│ │ ├─┬ postcss-font-family@1.2.1
│ │ │ └── object-assign@3.0.0
│ │ ├── postcss-merge-idents@1.0.2
│ │ ├── postcss-merge-longhand@1.0.2
│ │ ├── postcss-merge-rules@1.3.6
│ │ ├── postcss-minify-font-weight@1.0.1
│ │ ├─┬ postcss-minify-selectors@1.5.0
│ │ │ ├── javascript-natural-sort@0.7.1
│ │ │ └── normalize-selector@0.2.0
│ │ ├─┬ postcss-normalize-url@2.1.3
│ │ │ ├── is-absolute-url@2.0.0
│ │ │ ├─┬ normalize-url@1.4.0
│ │ │ │ ├── object-assign@4.0.1
│ │ │ │ ├── prepend-http@1.0.3
│ │ │ │ ├─┬ query-string@3.0.0
│ │ │ │ │ └── strict-uri-encode@1.1.0
│ │ │ │ └─┬ sort-keys@1.1.1
│ │ │ │ └── is-plain-obj@1.1.0
│ │ │ └── object-assign@4.0.1
│ │ ├── postcss-ordered-values@1.1.1
│ │ ├── postcss-reduce-idents@1.0.3
│ │ ├─┬ postcss-single-charset@0.3.0
│ │ │ └─┬ fs-extra@0.14.0
│ │ │ ├── jsonfile@2.2.3
│ │ │ ├── ncp@1.0.1
│ │ │ └─┬ rimraf@2.5.1
│ │ │ └── glob@6.0.4
│ │ ├── postcss-unique-selectors@1.0.1
│ │ └── postcss-zindex@1.1.3
│ ├── exit@0.1.2
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ pixrem@1.3.1
│ │ ├── browserslist@0.5.0
│ │ └─┬ reduce-css-calc@1.2.0
│ │ └── balanced-match@0.1.0
│ ├─┬ pleeease-filters@1.0.1
│ │ └── onecolor@2.4.2
│ ├─┬ postcss-calc@4.1.0
│ │ └── postcss-message-helpers@2.0.0
│ ├─┬ postcss-color-function@1.3.2
│ │ ├── balanced-match@0.1.0
│ │ ├─┬ css-color-function@1.3.0
│ │ │ ├── balanced-match@0.1.0
│ │ │ ├── color@0.11.1
│ │ │ ├── debug@0.7.4
│ │ │ └── rgb@0.1.0
│ │ └── postcss-message-helpers@1.1.1
│ ├─┬ postcss-color-gray@2.0.0
│ │ ├─┬ color@0.7.3
│ │ │ ├── color-convert@0.5.3
│ │ │ └─┬ color-string@0.2.4
│ │ │ └── color-name@1.0.1
│ │ └─┬ reduce-function-call@1.0.1
│ │ └── balanced-match@0.1.0
│ ├─┬ postcss-color-hex-alpha@1.3.0
│ │ └── color@0.10.1
│ ├── postcss-color-hwb@1.2.0
│ ├─┬ postcss-color-rebeccapurple@1.2.0
│ │ └── color@0.9.0
│ ├─┬ postcss-color-rgba-fallback@1.3.1
│ │ └─┬ color-string@0.3.0
│ │ └── color-name@1.1.1
│ ├── postcss-custom-media@4.1.0
│ ├─┬ postcss-custom-properties@4.2.0
│ │ └── balanced-match@0.1.0
│ ├─┬ postcss-custom-selectors@2.3.0
│ │ └── balanced-match@0.2.1
│ ├── postcss-font-variant@1.2.0
│ ├─┬ postcss-import@6.2.0
│ │ ├── clone@0.1.19
│ │ └── object-assign@3.0.0
│ ├── postcss-media-minmax@1.2.0
│ ├── postcss-messages@0.2.2
│ ├─┬ postcss-pseudo-class-any-link@0.2.1
│ │ └─┬ postcss-selector-parser@1.3.0
│ │ └── uniq@1.0.1
│ ├── postcss-pseudoelements@2.2.0
│ ├─┬ postcss-reporter@0.1.0
│ │ └── lodash.difference@3.2.2
│ ├─┬ postcss-selector-matches@1.2.1
│ │ └── balanced-match@0.2.1
│ ├─┬ postcss-selector-not@1.2.1
│ │ └── balanced-match@0.2.1
│ ├─┬ postcss-url@4.0.1
│ │ ├─┬ directory-encoder@0.6.1
│ │ │ ├─┬ fs-extra@0.8.1
│ │ │ │ ├── jsonfile@1.1.1
│ │ │ │ ├── mkdirp@0.3.5
│ │ │ │ ├── ncp@0.4.2
│ │ │ │ └── rimraf@2.2.8
│ │ │ ├─┬ handlebars@1.1.2
│ │ │ │ ├── optimist@0.3.7
│ │ │ │ └─┬ uglify-js@2.3.6
│ │ │ │ ├── async@0.2.10
│ │ │ │ └── source-map@0.1.43
│ │ │ ├─┬ img-stats@0.4.2
│ │ │ │ └── xmldom@0.1.16
│ │ │ └── lodash@2.4.0
│ │ └── mime@1.3.4
│ ├─┬ read-file-stdin@0.2.1
│ │ └── gather-stream@1.0.0
│ ├─┬ to-slug-case@0.1.2
│ │ └─┬ to-space-case@0.1.2
│ │ └── to-no-case@0.1.1
│ ├─┬ to-space-case@0.1.3
│ │ └── to-no-case@0.1.2
│ └── write-file-stdout@0.0.2
├─┬ eslint@1.0.0
│ ├─┬ is-my-json-valid@2.12.4
│ │ ├── generate-function@2.0.0
│ │ ├─┬ generate-object-property@1.2.0
│ │ │ └── is-property@1.0.2
│ │ └── jsonpointer@2.0.0
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.2
│ │ └── concat-map@0.0.1
│ ├── path-is-absolute@1.0.0
│ └── strip-json-comments@1.0.4
├── eslint-config-cycle@3.2.0
├── eslint-plugin-cycle@1.0.2
├── eslint-plugin-no-class@0.1.0
├─┬ postcss@4.1.16
│ ├── es6-promise@2.3.0
│ ├── js-base64@2.1.9
│ └─┬ source-map@0.4.4
│ └── amdefine@1.0.0
└── validate-commit-message@3.0.1
cyclejs-spike@0.0.0 /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
├── @cycle/core@6.0.0
├─┬ @cycle/dom@9.0.2
│ ├── hyperscript-helpers@2.0.3
│ ├── matches-selector@1.0.0
│ ├── vdom-parser@1.2.1
│ ├─┬ vdom-to-html@2.2.0
│ │ ├── escape-html@1.0.3
│ │ └─┬ param-case@1.1.2
│ │ └─┬ sentence-case@1.1.3
│ │ └── lower-case@1.1.3
│ ├─┬ virtual-dom@2.1.1
│ │ ├── browser-split@0.0.1
│ │ ├─┬ error@4.4.0
│ │ │ ├── camelize@1.0.0
│ │ │ └── string-template@0.2.1
│ │ ├─┬ ev-store@7.0.0
│ │ │ └── individual@3.0.0
│ │ ├─┬ global@4.3.0
│ │ │ ├─┬ min-document@2.18.0
│ │ │ │ └── dom-walk@0.1.1
│ │ │ └── process@0.5.2
│ │ ├── is-object@1.0.1
│ │ ├── next-tick@0.2.2
│ │ └── x-is-string@0.1.0
│ └── x-is-array@0.1.0
├─┬ @cyclic/template-demo-pages@1.0.1
│ ├── @cyclic/atom-color@1.0.0
│ └── @cyclic/atom-typography@1.0.0
└─┬ cuid@1.3.8
├── browser-fingerprint@0.0.1
└── node-fingerprint@0.0.2
cyclejs-spike@0.0.0 /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
└─┬ postcss-cli@1.5.0
├── neo-async@1.7.2
└─┬ yargs@3.32.0
├── camelcase@2.1.0
├─┬ cliui@3.1.0
│ └── wrap-ansi@1.0.0
├─┬ os-locale@1.4.0
│ └─┬ lcid@1.0.0
│ └── invert-kv@1.0.0
├─┬ string-width@1.0.1
│ ├── code-point-at@1.0.0
│ └── is-fullwidth-code-point@1.0.0
├── window-size@0.1.4
└── y18n@3.2.0
_-----_
| | .--------------------------.
|--(o)--| | Scaffolding |
`---------´ | completed!Building the |
( _´U`_ ) | demo. |
/___A___\ '--------------------------'
| ~ |
__'.___.'__
´ ` |° ´ Y `
> cyclejs-spike@0.0.0 start /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
> npm run init && npm run build && echo 'Open demo/index.html in your browser'
> cyclejs-spike@0.0.0 init /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
> npm install && validate-commit-msg
> cyclejs-spike@0.0.0 build /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
> npm test && npm run css && npm run browserify
> cyclejs-spike@0.0.0 test /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
> npm run lint
> cyclejs-spike@0.0.0 lint /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
> eslint ./**/*.js
> cyclejs-spike@0.0.0 css /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
> postcss -c postcss.config.json
> cyclejs-spike@0.0.0 browserify /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike
> browserify demo/main.js -d -t babelify --outfile demo/bundle.js
/Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/demo/main.js:1
import { run } from '@cycle/core';
^
ParseError: 'import' and 'export' may appear only with 'sourceType: module'
npm ERR! Darwin 12.6.0
npm ERR! argv "/Users/mox/.nvm/v5.5.0/bin/node" "/Users/mox/.nvm/v5.5.0/bin/npm" "run" "browserify"
npm ERR! node v5.5.0
npm ERR! npm v3.5.3
npm ERR! code ELIFECYCLE
npm ERR! cyclejs-spike@0.0.0 browserify: `browserify demo/main.js -d -t babelify --outfile demo/bundle.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cyclejs-spike@0.0.0 browserify script 'browserify demo/main.js -d -t babelify --outfile demo/bundle.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the cyclejs-spike package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! browserify demo/main.js -d -t babelify --outfile demo/bundle.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs cyclejs-spike
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls cyclejs-spike
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/npm-debug.log
npm ERR! Darwin 12.6.0
npm ERR! argv "/Users/mox/.nvm/v5.5.0/bin/node" "/Users/mox/.nvm/v5.5.0/bin/npm" "run" "build"
npm ERR! node v5.5.0
npm ERR! npm v3.5.3
npm ERR! code ELIFECYCLE
npm ERR! cyclejs-spike@0.0.0 build: `npm test && npm run css && npm run browserify`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cyclejs-spike@0.0.0 build script 'npm test && npm run css && npm run browserify'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the cyclejs-spike package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm test && npm run css && npm run browserify
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs cyclejs-spike
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls cyclejs-spike
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/npm-debug.log
npm ERR! Darwin 12.6.0
npm ERR! argv "/Users/mox/.nvm/v5.5.0/bin/node" "/Users/mox/.nvm/v5.5.0/bin/npm" "start"
npm ERR! node v5.5.0
npm ERR! npm v3.5.3
npm ERR! code ELIFECYCLE
npm ERR! cyclejs-spike@0.0.0 start: `npm run init && npm run build && echo 'Open demo/index.html in your browser'`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cyclejs-spike@0.0.0 start script 'npm run init && npm run build && echo 'Open demo/index.html in your browser''.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the cyclejs-spike package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run init && npm run build && echo 'Open demo/index.html in your browser'
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs cyclejs-spike
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls cyclejs-spike
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/mox/Dati/Progetti/os/javascript/cyclejs-spike/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment