Skip to content

Instantly share code, notes, and snippets.

@chriskrycho
Created May 25, 2016 19:00
Show Gist options
  • Save chriskrycho/7adee3d0587fea1d7e12519a4b45ae72 to your computer and use it in GitHub Desktop.
Save chriskrycho/7adee3d0587fea1d7e12519a4b45ae72 to your computer and use it in GitHub Desktop.
Windows TeamCity Ember build failure
TypeError: Path must be a string. Received null
at assertPath (path.js:8:11)
at Object.win32.resolve (path.js:130:5)
at module.exports (D:\BuildAgent\work\8afa5390471260e3\node_modules\git-repo-info\index.js:128:16)
at version (D:\BuildAgent\work\8afa5390471260e3\node_modules\git-repo-version\index.js:11:14)
at Class.module.exports.config (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli-app-version\index.js:10:46)
at D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli\lib\models\project.js:223:27
at Array.reduce (native)
at Project.getAddonsConfig (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli\lib\models\project.js:221:22)
at Project.config (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli\lib\models\project.js:199:29)
at Class.module.exports._monkeyPatch_EmberDeprecate (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli-deprecation-workflow\index.js:62:41)
at Class.module.exports.setupPreprocessorRegistry (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli-deprecation-workflow\index.js:114:12)
at D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli-preprocess-registry\preprocessors.js:27:13
at Array.forEach (native)
at setupRegistryForEachAddon (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli-preprocess-registry\preprocessors.js:25:10)
at Object.module.exports.setupRegistry (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli-preprocess-registry\preprocessors.js:46:3)
at new EmberApp (D:\BuildAgent\work\8afa5390471260e3\node_modules\ember-cli\lib\broccoli\ember-app.js:108:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment