ember-cli: ember serve: ENOENT, no such file or directory
Hi, I’m having trouble building my app or running the dev server. Upgrading ember-cli is next on the bucket list. Any help appreciated.
Mac OSX 10.10.3 ember-cli 0.2.7 npm 2.7.4 node 0.12.1 bower 1.4.1
$ rm -rf node_modules/ bower_components/ tmp/ dist/
$ npm cache clear
$ bower cache clean
$ npm install && bower install && ember serve
Error: ENOENT, no such file or directory ‘/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-YOlUTrXq.tmp/0/*.js’
Debug Log:
broccoli-caching-writer cache eviction due to:
- {directory, ., 16832, 170, 170, 1439394968000}
- {undefined} +0ms
broccoli-sane-watcher addWatchDir: /workspace/client/node_modules/ember-intl/node_modules/intl +16s
broccoli-funnel:Funnel processFilters { in: '17ms', filesFound: 3, filesProcessed: 3, inputPath: '/workspace/client/tmp/funnel-input_base_path-fydXsPOU.tmp/0/', destPath: '/Users/seandeburca/workspace/client/tmp/funnel-output_path-p7uMSd7Y.tmp/assets/intl/polyfill' } +27s
broccoli-funnel:Funnel build, { in: '17ms', linkedRoots: false, inputPath: '/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-fydXsPOU.tmp/0/', destPath: '/Users/seandeburca/workspace/client/tmp/funnel-output_path-p7uMSd7Y.tmp/assets/intl/polyfill' } +0ms
broccoli-sane-watcher addWatchDir: /Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/intl/locale-data/jsonp +23ms
broccoli-sane-watcher triggerError { [Error: ENOENT, no such file or directory '/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-YOlUTrXq.tmp/0/*.js'] errno: -2, code: 'ENOENT', path: '/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-YOlUTrXq.tmp/0/*.js', syscall: 'lstat' } +49ms
ember-cli:watcher didError { [Error: ENOENT, no such file or directory '/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-YOlUTrXq.tmp/0/*.js'] errno: -2, code: 'ENOENT', path: '/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-YOlUTrXq.tmp/0/*.js', syscall: 'lstat' } +1ms
ENOENT, no such file or directory '/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-YOlUTrXq.tmp/0/*.js'
Error: ENOENT, no such file or directory '/Users/seandeburca/workspace/client/tmp/funnel-input_base_path-YOlUTrXq.tmp/0/*.js'
at Error (native)
at Object.fs.lstatSync (fs.js:796:18)
at symlink (/Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/node_modules/symlink-or-copy/index.js:63:26)
at Function.symlinkOrCopySync (/Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/node_modules/symlink-or-copy/index.js:58:5)
at Funnel._copy (/Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/index.js:252:17)
at Funnel.processFile (/Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/index.js:243:8)
at Funnel.processFilters (/Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/index.js:154:12)
at Funnel.build (/Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/index.js:118:10)
at /Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/node_modules/broccoli-plugin/read_compat.js:61:34
at lib$rsvp$$internal$$tryCatch (/Users/seandeburca/workspace/client/node_modules/ember-intl/node_modules/broccoli-funnel/node_modules/broccoli-plugin/node_modules/promise-map-series/node_modules/rsvp/dist/rsvp.js:493:16)`
package.json:
{
"name": "anonymous",
"version": "anonymous",
"description": "anonymous",
"private": true,
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test"
},
"repository": "",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"license": "MIT",
"devDependencies": {
"ember-sprite": "0.0.4",
"body-parser": "^1.12.2",
"broccoli-asset-rev": "^2.0.0",
"broccoli-sass": "^0.6.0",
"connect-restreamer": "^1.0.2",
"ember-cli": "~0.2.1",
"ember-cli-app-version": "~0.3.3",
"ember-cli-babel": "^4.0.0",
"ember-cli-bootstrap-breakpoints": "1.0.0",
"ember-cli-build-notifications": "0.0.1",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "0.0.8",
"ember-cli-htmlbars": "0.7.4",
"ember-cli-i18n": "0.0.6",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-inline-content": "~0.4.0",
"ember-cli-make-buildinfo": "git://github.com/mackers/ember-cli-make-buildinfo.git",
"ember-cli-qunit": "0.3.9",
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.16",
"ember-devtools": "^3.0.4",
"ember-export-application-global": "^1.0.2",
"ember-inflector": "~1.5.1",
"ember-intl": "^1.2.2",
"ember-validations": "2.0.0-alpha.3",
"express": "^4.13.3",
"glob": "^4.5.3",
"http-proxy": "^1.8.1",
"morgan": "^1.6.1",
"rimraf": "~2.2.8"
}
}
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 16 (9 by maintainers)
Not sure if relevant, but when I had this issue, it was complaining about a bower_component. I basically had to reinstall that component and this problem went away
@NeilAllen try
rm -rf node_modules && npm i