Can't run Cesium Locally

357 views
Skip to first unread message

Garth Tissington

unread,
Oct 25, 2017, 2:55:49 AM10/25/17
to cesium-dev
1. A concise explanation of the problem you're experiencing.
I have followed the instructions in:


Specifically:
git clone g...@github.com:AnalyticalGraphicsInc/cesium.git

npm install

npm run build
- Build finished in less than 1 second
- only one file is produced in the /Build folder  (minifyShaders.state)


npm start
The server starts but naturally cesium.js is not found in that folder


2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.



3. Context. Why do you need to do this? We might know a better way to accomplish your goal.


4. The Cesium version you're using, your operating system and browser.

Latest fom Git Hub 2017/10/25
Windows to 
node 6.11.1


Sergey Volkov

unread,
Oct 25, 2017, 8:40:14 AM10/25/17
to cesium-dev


среда, 25 октября 2017 г., 9:55:49 UTC+3 пользователь Garth Tissington написал:
node version? 

Garth Tissington

unread,
Oct 25, 2017, 9:59:43 AM10/25/17
to cesium-dev
The Build instructions (https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Documentation/Contributors/BuildGuide)

Suggest 6.x or higher.  I am using 6.11.1.

What node version should I be using?

Gabby Getz

unread,
Oct 26, 2017, 4:39:04 PM10/26/17
to cesium-dev
Hi Garth,

Node 6+ should be fine.

Did everything install correctly on npm install? Also you're running the npm commands at the root Cesium directory, correct?

Can you provide an error messages or logs? I'm at a loss for what exactly is going wrong here.

Thanks,
Gabby

--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Message has been deleted

Gabby Getz

unread,
Nov 6, 2017, 5:46:24 PM11/6/17
to cesium-dev
Thanks for the logs.

It looks like your missing a file:

[09:15:11] Error: ENOENT: no such file or directory, open 'Apps/.jshintrc'

I downloaded and unzipped the latest release and I'm running into the same error. Thanks for bringing this to our attention, we'll get this fixed ASAP. In the meantime, you can run npm start without building if you haven't modified cesium at all. If you do need to modify Cesium code, try cloning the repo from GitHub.

Thanks!
Gabby 

On Sun, Nov 5, 2017 at 1:20 AM, Garth Tissington <gtiss...@gmail.com> wrote:
Definitley building in the Root.

[tissings
tissings@mybox Cesium-1.39]$ ls
Apps/          Specs/       gulpfile.js    package.json
Build/         ThirdParty/  index.html     README.md
node_modules
/  CHANGES.md   LICENSE.md     server.js
Source/        favicon.ico  npm-debug.log  web.config


"npm install" throws loads of warnings but I don;t see any errors


[tissings@mybox Cesium-1.39]$ npm install
npm WARN deprecated minimatch@2
.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0
.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful
-fs@1.2.3: 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 prefer
global marked@0.3.6 should be installed with -g


> electron@1.7.9 postinstall /home/tissings/projects/Cesium-1.39/node_modules/electron
> node install.js


cesium@1
.39.0 /home/tissings/projects/Cesium-1.39
├── almond@0.3.3
├─┬ aws-sdk@2.145.0
├─┬ buffer@4.9.1
├── base64-js@1.2.1
├── ieee754@1.1.8
└── isarray@1.0.0
├── crypto-browserify@1.0.9
├── events@1.1.1
├── jmespath@0.15.0
├── querystring@0.2.0
├── sax@1.2.1
├─┬ url@0.10.3
└── punycode@1.3.2
├── uuid@3.1.0
├── xml2js@0.4.17
└── xmlbuilder@4.2.1
├── bluebird@3.5.1
├─┬ compressible@2.0.12
└── mime-db@1.31.0
├─┬ compression@1.7.1
├─┬ accepts@1.3.4
└── negotiator@0.6.1
├── bytes@3.0.0
├─┬ debug@2.6.9
└── ms@2.0.0
├── on-headers@1.0.1
├── safe-buffer@5.1.1
└── vary@1.1.2
├─┬ electron@1.7.9
├── @types/node@7.0.46
├─┬ electron-download@3.3.0
├─┬ fs-extra@0.30.0
├── jsonfile@2.4.0
└── klaw@1.3.1
├── home-path@1.0.5
├─┬ nugget@2.0.1
├─┬ pretty-bytes@1.0.4
├── get-stdin@4.0.1
└─┬ meow@3.7.0
  ├─┬ camelcase-keys@2.1.0
  └── camelcase@2.1.1
  ├─┬ loud-rejection@1.6.0
  └─┬ currently-unhandled@0.4.1
    └── array-find-index@1.0.2
  ├── map-obj@1.0.1
  ├─┬ read-pkg-up@1.0.1
  ├── find-up@1.1.2
  └─┬ read-pkg@1.1.0
    ├─┬ load-json-file@1.1.0
    └── strip-bom@2.0.0
    └── path-type@1.1.0
  ├─┬ redent@1.0.0
  ├─┬ indent-string@2.1.0
  └─┬ repeating@2.0.1
    └── is-finite@1.0.2
  └── strip-indent@1.0.1
  └── trim-newlines@1.0.0
├─┬ progress-stream@1.2.0
├── speedometer@0.1.4
└─┬ through2@0.2.3
  └─┬ xtend@2.1.2
    └── object-keys@0.4.0
├── single-line-log@1.1.2
└── throttleit@0.0.2
├── path-exists@2.1.0
├─┬ rc@1.2.2
├── deep-extend@0.4.2
└── ini@1.3.4
└─┬ sumchecker@1.3.1
  └── es6-promise@4.1.1
└─┬ extract-zip@1.6.6
  ├─┬ mkdirp@0.5.0
  └── minimist@0.0.8
  └─┬ yauzl@2.4.1
    └─┬ fd-slicer@1.0.1
      └── pend@1.2.0
├─┬ eslint@4.10.0
├─┬ ajv@5.3.0
├── co@4.6.0
├── fast-deep-equal@1.0.0
├── fast-json-stable-stringify@2.0.0
└── json-schema-traverse@0.3.1
├─┬ babel-code-frame@6.26.0
├── chalk@1.1.3
└── js-tokens@3.0.2
├─┬ chalk@2.3.0
├─┬ ansi-styles@3.2.0
└─┬ color-convert@1.9.0
  └── color-name@1.1.3
└─┬ supports-color@4.5.0
  └── has-flag@2.0.0
├─┬ concat-stream@1.6.0
├── inherits@2.0.3
├─┬ readable-stream@2.3.3
└── string_decoder@1.0.3
└── typedarray@0.0.6
├─┬ cross-spawn@5.1.0
├─┬ lru-cache@4.1.1
├── pseudomap@1.0.2
└── yallist@2.1.2
└─┬ shebang-command@1.2.0
  └── shebang-regex@1.0.0
├── debug@3.1.0
├── doctrine@2.0.0
├─┬ eslint-scope@3.7.1
└── esrecurse@4.2.0
├─┬ espree@3.5.1
├── acorn@5.2.1
└─┬ acorn-jsx@3.0.1
  └── acorn@3.3.0
├── esquery@1.0.0
├── estraverse@4.2.0
├── esutils@2.0.2
├─┬ file-entry-cache@2.0.0
└─┬ flat-cache@1.3.0
  ├── circular-json@0.3.3
  ├─┬ del@2.2.2
  ├─┬ globby@5.0.0
  └── arrify@1.0.1
  ├── is-path-cwd@1.0.0
  └─┬ is-path-in-cwd@1.0.0
    └── is-path-inside@1.0.0
  └── write@0.2.1
├── functional-red-black-tree@1.0.1
├─┬ glob@7.1.2
├── fs.realpath@1.0.0
├─┬ inflight@1.0.6
└── wrappy@1.0.2
├── once@1.4.0
└── path-is-absolute@1.0.1
├── globals@9.18.0
├── ignore@3.3.7
├── imurmurhash@0.1.4
├─┬ inquirer@3.3.0
├── ansi-escapes@3.0.0
├─┬ cli-cursor@2.1.0
└─┬ restore-cursor@2.0.0
  └── onetime@2.0.1
├── cli-width@2.2.0
├─┬ external-editor@2.0.5
└── jschardet@1.6.0
├── figures@2.0.0
├── mute-stream@0.0.7
├─┬ run-async@2.3.0
└── is-promise@2.1.0
├── rx-lite@4.0.8
├── rx-lite-aggregates@4.0.8
├─┬ string-width@2.1.1
└── is-fullwidth-code-point@2.0.0
└─┬ strip-ansi@4.0.0
  └── ansi-regex@3.0.0
├─┬ is-resolvable@1.0.0
└── tryit@1.0.3
├─┬ js-yaml@3.10.0
├─┬ argparse@1.0.9
└── sprintf-js@1.0.3
└── esprima@4.0.0
├─┬ json-stable-stringify@1.0.1
└── jsonify@0.0.0
├─┬ levn@0.3.0
├── prelude-ls@1.1.2
└── type-check@0.3.2
├── lodash@4.17.4
├─┬ minimatch@3.0.4
└─┬ brace-expansion@1.1.8
  ├── balanced-match@1.0.0
  └── concat-map@0.0.1
├── natural-compare@1.4.0
├─┬ optionator@0.8.2
├── deep-is@0.1.3
├── fast-levenshtein@2.0.6
└── wordwrap@1.0.0
├── path-is-inside@1.0.2
├── pluralize@7.0.0
├── progress@2.0.0
├─┬ require-uncached@1.0.3
├─┬ caller-path@0.1.0
└── callsites@0.2.0
└── resolve-from@1.0.1
├── semver@5.4.1
├─┬ strip-ansi@4.0.0
└── ansi-regex@3.0.0
├── strip-json-comments@2.0.1
├─┬ table@4.0.2
├── ajv-keywords@2.1.1
├─┬ slice-ansi@1.0.0
└── is-fullwidth-code-point@2.0.0
└─┬ string-width@2.1.1
  ├── is-fullwidth-code-point@2.0.0
  └─┬ strip-ansi@4.0.0
    └── ansi-regex@3.0.0
└── text-table@0.2.0
├─┬ eslint-plugin-html@3.2.2
└─┬ htmlparser2@3.9.2
  ├── domelementtype@1.3.0
  ├── domhandler@2.4.1
  ├─┬ domutils@1.6.2
  └─┬ dom-serializer@0.1.0
    └── domelementtype@1.1.3
  ├── entities@1.1.1
  └─┬ readable-stream@2.3.3
    └── string_decoder@1.0.3
├─┬ event-stream@3.3.4
├── duplexer@0.1.1
├── from@0.1.7
├── map-stream@0.1.0
├── pause-stream@0.0.11
├── split@0.3.3
├── stream-combiner@0.0.4
└── through@2.3.8
├─┬ express@4.16.2
├── array-flatten@1.1.1
├─┬ body-parser@1.18.2
├─┬ http-errors@1.6.2
└── setprototypeof@1.0.3
├── iconv-lite@0.4.19
└── raw-body@2.3.2
├── content-disposition@0.5.2
├── content-type@1.0.4
├── cookie@0.3.1
├── cookie-signature@1.0.6
├── depd@1.1.1
├── encodeurl@1.0.1
├── escape-html@1.0.3
├── etag@1.8.1
├─┬ finalhandler@1.1.0
└── unpipe@1.0.0
├── fresh@0.5.2
├── merge-descriptors@1.0.1
├── methods@1.1.2
├─┬ on-finished@2.3.0
└── ee-first@1.1.1
├── parseurl@1.3.2
├── path-to-regexp@0.1.7
├─┬ proxy-addr@2.0.2
├── forwarded@0.1.2
└── ipaddr.js@1.5.2
├── qs@6.5.1
├── range-parser@1.2.0
├─┬ send@0.16.1
├── destroy@1.0.4
└── mime@1.4.1
├── serve-static@1.13.1
├── setprototypeof@1.1.0
├── statuses@1.3.1
├─┬ type-is@1.6.15
└── media-typer@0.3.0
└── utils-merge@1.0.1
├─┬ globby@6.1.0
├─┬ array-union@1.0.2
└── array-uniq@1.0.3
├── object-assign@4.1.1
├── pify@2.3.0
└─┬ pinkie-promise@2.0.1
  └── pinkie@2.0.4
├─┬ glsl-strip-comments@1.0.0
└─┬ glsl-tokenizer@2.1.2
  └─┬ through2@0.6.5
    ├─┬ readable-stream@1.0.34
    └── isarray@0.0.1
    └── xtend@4.0.1
├─┬ gulp@3.9.1
├── archy@1.0.0
├─┬ chalk@1.1.3
├── ansi-styles@2.2.1
├─┬ has-ansi@2.0.0
└── ansi-regex@2.1.1
├── strip-ansi@3.0.1
└── supports-color@2.0.0
├── deprecated@0.0.1
├─┬ gulp-util@3.0.8
├── array-differ@1.0.0
├── beeper@1.1.1
├── chalk@1.1.3
├── dateformat@2.2.0
├─┬ fancy-log@1.3.0
├── chalk@1.1.3
└── time-stamp@1.1.0
├─┬ gulplog@1.0.0
└── glogg@1.0.0
├─┬ has-gulplog@0.1.0
└── sparkles@1.0.0
├── lodash._reescape@3.0.0
├── lodash._reevaluate@3.0.0
├── lodash._reinterpolate@3.0.0
├─┬ lodash.template@3.6.2
├── lodash._basecopy@3.0.1
├── lodash._basetostring@3.0.1
├── lodash._basevalues@3.0.0
├── lodash._isiterateecall@3.0.9
├─┬ lodash.escape@3.2.0
└── lodash._root@3.0.1
├─┬ lodash.keys@3.1.2
├── lodash._getnative@3.9.1
├── lodash.isarguments@3.1.0
└── lodash.isarray@3.0.4
├── lodash.restparam@3.6.1
└── lodash.templatesettings@3.1.1
├─┬ multipipe@0.1.2
└── duplexer2@0.0.2
├── object-assign@3.0.0
├── replace-ext@0.0.1
├─┬ through2@2.0.3
├─┬ readable-stream@2.3.3
└── string_decoder@1.0.3
└── xtend@4.0.1
└─┬ vinyl@0.5.3
  ├── clone@1.0.2
  └── clone-stats@0.0.1
├── interpret@1.0.4
├─┬ liftoff@2.3.0
├─┬ findup-sync@0.4.3
├─┬ detect-file@0.1.0
└── fs-exists-sync@0.1.0
├─┬ micromatch@2.3.11
├─┬ arr-diff@2.0.0
└── arr-flatten@1.1.0
├─┬ braces@1.8.5
├─┬ expand-range@1.8.2
└─┬ fill-range@2.2.3
  ├── is-number@2.1.0
  ├── isobject@2.1.0
  ├─┬ randomatic@1.1.7
  ├─┬ is-number@3.0.0
  └── kind-of@3.2.2
  └── kind-of@4.0.0
  └── repeat-string@1.6.1
├── preserve@0.2.0
└── repeat-element@1.1.2
├─┬ expand-brackets@0.1.5
└── is-posix-bracket@0.1.1
├── extglob@0.3.2
├── filename-regex@2.0.1
├─┬ kind-of@3.2.2
└── is-buffer@1.1.6
├─┬ object.omit@2.0.1
├── for-own@0.1.5
└── is-extendable@0.1.1
├─┬ parse-glob@3.0.4
├── glob-base@0.3.0
└── is-dotfile@1.0.3
└─┬ regex-cache@0.4.4
  └─┬ is-equal-shallow@0.1.3
    └── is-primitive@2.0.0
└─┬ resolve-dir@0.1.1
  ├── expand-tilde@1.2.2
  └─┬ global-modules@0.2.3
    ├── global-prefix@0.1.5
    └── is-windows@0.2.0
├─┬ fined@1.1.0
├─┬ expand-tilde@2.0.2
└─┬ homedir-polyfill@1.0.1
  └── parse-passwd@1.0.0
├─┬ is-plain-object@2.0.4
└── isobject@3.0.1
├─┬ object.defaults@1.1.0
├── array-each@1.0.1
├── array-slice@1.0.0
├─┬ for-own@1.0.0
└── for-in@1.0.2
└── isobject@3.0.1
├─┬ object.pick@1.3.0
└── isobject@3.0.1
└─┬ parse-filepath@1.0.1
  ├─┬ is-absolute@0.2.6
  └─┬ is-relative@0.2.1
    └─┬ is-unc-path@0.1.2
      └── unc-path-regex@0.1.2
  ├── map-cache@0.2.2
  └─┬ path-root@0.1.1
    └── path-root-regex@0.1.2
├── flagged-respawn@0.3.2
├── lodash.isplainobject@4.0.6
├── lodash.isstring@4.0.1
├── lodash.mapvalues@4.6.0
├── rechoir@0.6.2
└─┬ resolve@1.5.0
  └── path-parse@1.0.5
├── minimist@1.2.0
├─┬ orchestrator@0.3.8
├─┬ end-of-stream@0.1.5
└── once@1.3.3
├── sequencify@0.0.7
└── stream-consume@0.1.0
├── pretty-hrtime@1.0.3
├── semver@4.3.6
├─┬ tildify@1.2.0
└── os-homedir@1.0.2
├─┬ v8flags@2.1.1
└── user-home@1.1.1
└─┬ vinyl-fs@0.3.14
  ├── defaults@1.0.3
  ├─┬ glob-stream@3.1.18
  ├── glob@4.5.3
  ├─┬ glob2base@0.0.12
  └── find-index@0.1.1
  ├── minimatch@2.0.10
  ├── ordered-read-streams@0.1.0
  ├─┬ through2@0.6.5
  ├─┬ readable-stream@1.0.34
  └── isarray@0.0.1
  └── xtend@4.0.1
  └── unique-stream@1.0.0
  ├─┬ glob-watcher@0.0.6
  └─┬ gaze@0.5.2
    └─┬ globule@0.1.0
      ├─┬ glob@3.1.21
      ├── graceful-fs@1.2.3
      └── inherits@1.0.2
      ├── lodash@1.0.2
      └─┬ minimatch@0.2.14
        ├── lru-cache@2.7.3
        └── sigmund@1.0.1
  ├─┬ graceful-fs@3.0.11
  └── natives@1.1.0
  ├─┬ strip-bom@1.0.0
  ├── first-chunk-stream@1.0.0
  └── is-utf8@0.2.1
  ├─┬ through2@0.6.5
  ├─┬ readable-stream@1.0.34
  └── isarray@0.0.1
  └── xtend@4.0.1
  └─┬ vinyl@0.4.6
    └── clone@0.2.0
├─┬ gulp-insert@0.5.0
├─┬ readable-stream@1.1.14
├── core-util-is@1.0.2
├── isarray@0.0.1
└── string_decoder@0.10.31
└── streamqueue@0.0.6
├── gulp-rename@1.2.2
├─┬ gulp-replace@0.6.1
├─┬ istextorbinary@1.0.2
├── binaryextensions@1.0.1
└── textextensions@1.0.2
├─┬ readable-stream@2.3.3
├── process-nextick-args@1.0.7
├── string_decoder@1.0.3
└── util-deprecate@1.0.2
└─┬ replacestream@4.0.3
  └─┬ readable-stream@2.3.3
    └── string_decoder@1.0.3
├─┬ gulp-tap@1.0.1
└─┬ through2@2.0.3
  ├─┬ readable-stream@2.3.3
  └── string_decoder@1.0.3
  └── xtend@4.0.1
├─┬ gulp-zip@4.0.0
├── get-stream@3.0.0
├─┬ through2@2.0.3
├─┬ readable-stream@2.3.3
└── string_decoder@1.0.3
└── xtend@4.0.1
└─┬ yazl@2.4.3
  └── buffer-crc32@0.2.13
├── jasmine-core@2.8.0
├─┬ jsdoc@3.5.5
├── babylon@7.0.0-beta.19
├─┬ catharsis@0.8.9
└─┬ underscore-contrib@0.3.0
  └── underscore@1.6.0
├── escape-string-regexp@1.0.5
├─┬ js2xmlparser@3.0.0
└── xmlcreate@1.0.2
├── klaw@2.0.0
├── marked@0.3.6
├─┬ requizzle@0.2.1
└── underscore@1.6.0
├── taffydb@2.6.2
└── underscore@1.8.3
├─┬ karma@1.7.1
├─┬ chokidar@1.7.0
├─┬ anymatch@1.3.2
└─┬ normalize-path@2.1.1
  └── remove-trailing-separator@1.1.0
├── async-each@1.0.1
├── glob-parent@2.0.0
├─┬ is-binary-path@1.0.1
└── binary-extensions@1.10.0
├─┬ is-glob@2.0.1
└── is-extglob@1.0.0
└─┬ readdirp@2.1.0
  ├─┬ readable-stream@2.3.3
  └── string_decoder@1.0.3
  └── set-immediate-shim@1.0.1
├── colors@1.1.2
├── combine-lists@1.0.1
├─┬ connect@3.6.5
└── finalhandler@1.0.6
├── core-js@2.5.1
├── di@0.0.1
├─┬ dom-serialize@2.2.1
├── custom-event@1.0.1
├── ent@2.2.0
└── void-elements@2.0.1
├─┬ expand-braces@0.1.2
├── array-slice@0.2.3
├── array-unique@0.2.1
└─┬ braces@0.1.5
  └─┬ expand-range@0.1.1
    ├── is-number@0.1.1
    └── repeat-string@0.2.2
├── graceful-fs@4.1.11
├─┬ http-proxy@1.16.2
├── eventemitter3@1.2.0
└── requires-port@1.0.0
├── isbinaryfile@3.0.2
├── lodash@3.10.1
├─┬ log4js@0.6.38
├─┬ readable-stream@1.0.34
└── isarray@0.0.1
└── semver@4.3.6
├── mime@1.4.1
├─┬ optimist@0.6.1
├── minimist@0.0.10
└── wordwrap@0.0.3
├── qjobs@1.1.5
├─┬ socket.io@1.7.3
├─┬ debug@2.3.3
└── ms@0.7.2
├─┬ engine.io@1.8.3
├── accepts@1.3.3
├── base64id@1.0.0
├─┬ debug@2.3.3
└── ms@0.7.2
├─┬ engine.io-parser@1.3.2
├── after@0.8.2
├── arraybuffer.slice@0.0.6
├── base64-arraybuffer@0.1.5
├── blob@0.0.4
└── wtf-8@1.0.0
└─┬ ws@1.1.2
  ├── options@0.0.6
  └── ultron@1.0.2
├─┬ has-binary@0.1.7
└── isarray@0.0.1
├── object-assign@4.1.0
├─┬ socket.io-adapter@0.5.0
└─┬ debug@2.3.3
  └── ms@0.7.2
├─┬ socket.io-client@1.7.3
├── backo2@1.0.2
├── component-bind@1.0.0
├── component-emitter@1.2.1
├─┬ debug@2.3.3
└── ms@0.7.2
├─┬ engine.io-client@1.8.3
├── component-emitter@1.2.1
├── component-inherit@0.0.3
├─┬ debug@2.3.3
└── ms@0.7.2
├── has-cors@1.1.0
├── parsejson@0.0.3
├── parseqs@0.0.5
├── xmlhttprequest-ssl@1.5.3
└── yeast@0.1.2
├── indexof@0.0.1
├── object-component@0.0.3
├─┬ parseuri@0.0.5
└─┬ better-assert@1.0.2
  └── callsite@1.0.0
└── to-array@0.1.4
└─┬ socket.io-parser@2.3.1
  ├── component-emitter@1.1.2
  ├─┬ debug@2.2.0
  └── ms@0.7.1
  ├── isarray@0.0.1
  └── json3@3.3.2
├── source-map@0.5.7
├─┬ tmp@0.0.31
└── os-tmpdir@1.0.2
└─┬ useragent@2.2.1
  ├── lru-cache@2.2.4
  └── tmp@0.0.33
├─┬ karma-chrome-launcher@2.2.0
├─┬ fs-access@1.0.1
└── null-check@1.0.0
└─┬ which@1.3.0
  └── isexe@2.0.0
├── karma-detect-browsers@2.2.6
├─┬ karma-edge-launcher@0.4.2
└── edge-launcher@1.2.2
├─┬ karma-electron@5.2.1
├─┬ commander@2.9.0
└── graceful-readlink@1.0.1
├── convert-source-map@1.2.0
├── js-string-escape@1.0.1
├─┬ minstache@1.2.0
└─┬ commander@1.0.4
  └── keypress@0.1.0
└── xtend@4.0.1
├── karma-firefox-launcher@1.0.1
├── karma-ie-launcher@1.0.0
├── karma-jasmine@1.1.0
├── karma-requirejs@1.1.0
├── karma-safari-launcher@1.0.0
├── karma-spec-reporter@0.0.31
├── mime@2.0.3
├─┬ mkdirp@0.5.1
└── minimist@0.0.8
├─┬ request@2.83.0
├── aws-sign2@0.7.0
├── aws4@1.6.0
├── caseless@0.12.0
├─┬ combined-stream@1.0.5
└── delayed-stream@1.0.0
├── extend@3.0.1
├── forever-agent@0.6.1
├─┬ form-data@2.3.1
└── asynckit@0.4.0
├─┬ har-validator@5.0.3
└── har-schema@2.0.0
├─┬ hawk@6.0.2
├── boom@4.3.1
├─┬ cryptiles@3.1.2
└── boom@5.2.0
├── hoek@4.2.0
└── sntp@2.1.0
├─┬ http-signature@1.2.0
├── assert-plus@1.0.0
├─┬ jsprim@1.4.1
├── extsprintf@1.3.0
├── json-schema@0.2.3
└── verror@1.10.0
└─┬ sshpk@1.13.1
  ├── asn1@0.2.3
  ├── bcrypt-pbkdf@1.0.1
  ├── dashdash@1.14.1
  ├── ecc-jsbn@0.1.1
  ├── getpass@0.1.7
  ├── jsbn@0.1.1
  └── tweetnacl@0.14.5
├── is-typedarray@1.0.0
├── isstream@0.1.2
├── json-stringify-safe@5.0.1
├─┬ mime-types@2.1.17
└── mime-db@1.30.0
├── oauth-sign@0.8.2
├── performance-now@2.1.0
├── stringstream@0.0.5
├─┬ tough-cookie@2.3.3
└── punycode@1.4.1
└── tunnel-agent@0.6.0
├── requirejs@2.3.5
├── rimraf@2.6.2
└─┬ yargs@9.0.1
 
├── camelcase@4.1.0
 
├─┬ cliui@3.2.0
 
├─┬ string-width@1.0.2
 
├── code-point-at@1.1.0
 
└─┬ is-fullwidth-code-point@1.0.0
 
  └── number-is-nan@1.0.1
 
└── wrap-ansi@2.1.0
 
├── decamelize@1.2.0
 
├── get-caller-file@1.0.2
 
├─┬ os-locale@2.1.0
 
├─┬ execa@0.7.0
 
├── is-stream@1.1.0
 
├─┬ npm-run-path@2.0.2
 
└── path-key@2.0.1
 
├── p-finally@1.0.0
 
├── signal-exit@3.0.2
 
└── strip-eof@1.0.0
 
├─┬ lcid@1.0.0
 
└── invert-kv@1.0.0
 
└─┬ mem@1.1.0
 
  └── mimic-fn@1.1.0
 
├─┬ read-pkg-up@2.0.0
 
├─┬ find-up@2.1.0
 
└─┬ locate-path@2.0.0
 
  ├─┬ p-locate@2.0.0
 
  └── p-limit@1.1.0
 
  └── path-exists@3.0.0
 
└─┬ read-pkg@2.0.0
 
  ├─┬ load-json-file@2.0.0
 
  ├─┬ parse-json@2.2.0
 
  └─┬ error-ex@1.3.1
 
    └── is-arrayish@0.2.1
 
  └── strip-bom@3.0.0
 
  ├─┬ normalize-package-data@2.4.0
 
  ├── hosted-git-info@2.5.0
 
  ├─┬ is-builtin-module@1.0.0
 
  └── builtin-modules@1.1.1
 
  └─┬ validate-npm-package-license@3.0.1
 
    ├─┬ spdx-correct@1.0.2
 
    └── spdx-license-ids@1.2.2
 
    └── spdx-expression-parse@1.0.4
 
  └── path-type@2.0.0
 
├── require-directory@2.1.1
 
├── require-main-filename@1.0.1
 
├── set-blocking@2.0.0
 
├─┬ string-width@2.1.1
 
├── is-fullwidth-code-point@2.0.0
 
└─┬ strip-ansi@4.0.0
 
  └── ansi-regex@3.0.0
 
├── which-module@2.0.0
 
├── y18n@3.2.1
 
└─┬ yargs-parser@7.0.0
   
└── camelcase@4.1.0


npm WARN optional SKIPPING OPTIONAL DEPENDENCY
: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY
: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}


npm run build fails now with the errors shown below

[tissings@mybox Cesium-1.39]$ npm run build


> cesium@1.39.0 build /home/tissings/projects/Cesium-1.39
> gulp build


[09:15:08] Using gulpfile ~/projects/Cesium-1.39/gulpfile.js
[09:15:08] Starting 'build'...
[09:15:11] 'build' errored after 2.49 s
[09:15:11] Error: ENOENT: no such file or directory, open 'Apps/.jshintrc'
    at
Error (native)
    at
Object.fs.openSync (fs.js:642:18)
    at
Object.fs.readFileSync (fs.js:510:33)
    at createJsHintOptions
(/home/tissings/projects/Cesium-1.39/gulpfile.js:1146:33)
    at
Gulp.<anonymous> (/home/tissings/projects/Cesium-1.39/gulpfile.js:107:5)
    at
module.exports (/home/tissings/projects/Cesium-1.39/node_modules/orchestrator/lib/runTask.js:34:7)
    at
Gulp.Orchestrator._runTask (/home/tissings/projects/Cesium-1.39/node_modules/orchestrator/index.js:273:3)
    at
Gulp.Orchestrator._runStep (/home/tissings/projects/Cesium-1.39/node_modules/orchestrator/index.js:214:10)
    at
Gulp.Orchestrator.start (/home/tissings/projects/Cesium-1.39/node_modules/orchestrator/index.js:134:8)
    at
/home/tissings/projects/Cesium-1.39/node_modules/gulp/bin/gulp.js:129:20
    at _combinedTickCallback
(internal/process/next_tick.js:73:7)
    at process
._tickCallback (internal/process/next_tick.js:104:9)
    at
Module.runMain (module.js:606:11)
    at run
(bootstrap_node.js:389:7)
    at startup
(bootstrap_node.js:149:9)
    at bootstrap_node
.js:502:3


npm ERR
! Linux 3.10.0-693.2.2.el7.x86_64
npm ERR
! argv "/usr/bin/node" "/usr/bin/npm" "run" "build"
npm ERR
! node v6.11.3
npm ERR
! npm  v3.10.10
npm ERR
! code ELIFECYCLE
npm ERR
! cesium@1.39.0 build: `gulp build`
npm ERR
! Exit status 1
npm ERR
!
npm ERR
! Failed at the cesium@1.39.0 build script 'gulp build'.
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 cesium package,
npm ERR
! not with npm itself.
npm ERR
! Tell the author that this fails on your system:
npm ERR
!     gulp build
npm ERR
! You can get information on how to open an issue for this project with:
npm ERR
!     npm bugs cesium
npm ERR
! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls cesium
npm ERR! There is likely additional logging output above.


npm ERR! Please include the following file with any support request:
npm ERR!     /home/tissings/projects/Cesium-1.39/npm-debug.log



Thanks in advance for your help and any suggestions you can offer

Garth


 
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages