Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

meteor crash when .d.ts file is removed #63

Open
ypresto opened this issue Dec 15, 2017 · 0 comments
Open

meteor crash when .d.ts file is removed #63

ypresto opened this issue Dec 15, 2017 · 0 comments

Comments

@ypresto
Copy link

ypresto commented Dec 15, 2017

Error: ENOENT: no such file or directory, open '/Users/yuya/trunk/foobar/node_modules/postcss/lib/postcss.d.ts'
    at Object.fs.openSync (fs.js:646:18)
    at Object.fs.readFileSync (fs.js:551:33)
    at wrapper (/tools/fs/files.js:1558:35)
    at wrap.makeCacheKey (/tools/fs/optimistic.js:25:15)
    at Entry._reallyRecompute (/Users/yuya/.meteor/packages/meteor-tool/.1.6.0_1.194csmy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/optimism/lib/entry.js:215:26)
    at Entry._recomputeIfDirty (/Users/yuya/.meteor/packages/meteor-tool/.1.6.0_1.194csmy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/optimism/lib/entry.js:179:17)
    at Entry.recompute (/Users/yuya/.meteor/packages/meteor-tool/.1.6.0_1.194csmy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/optimism/lib/entry.js:46:20)
    at optimistic (/Users/yuya/.meteor/packages/meteor-tool/.1.6.0_1.194csmy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/optimism/lib/index.js:50:18)
    at _.values.forEach.source (/tools/isobuild/compiler.js:558:22)
    at Array.forEach (<anonymous>)
    at /tools/isobuild/compiler.js:494:21
    at files.withCache (/tools/isobuild/compiler.js:184:28)
    at Object.withCache (/tools/fs/files.js:1658:12)
    at /tools/isobuild/compiler.js:183:11
    at Array.forEach (<anonymous>)
    at Function._.each._.forEach (/Users/yuya/.meteor/packages/meteor-tool/.1.6.0_1.194csmy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
    at Object.compile (/tools/isobuild/compiler.js:178:5)
    at /tools/isobuild/bundler.js:2964:24
    at /tools/utils/buildmessage.js:271:13
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:264:29
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:262:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:253:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.capture (/tools/utils/buildmessage.js:252:19)
    at bundle (/tools/isobuild/bundler.js:2907:31)
    at files.withCache (/tools/isobuild/bundler.js:2854:32)
    at Object.withCache (/tools/fs/files.js:1658:12)
    at Object.exports.bundle (/tools/isobuild/bundler.js:2854:16)
    at Profile.run (/tools/runners/run-app.js:579:36)
    at Function.run (/tools/tool-env/profile.js:490:12)
    at bundleApp (/tools/runners/run-app.js:578:34)
    at AppRunner._runOnce (/tools/runners/run-app.js:622:35)
    at AppRunner._fiber (/tools/runners/run-app.js:880:28)
    at /tools/runners/run-app.js:408:12

Sorry I have only stack trace 🙇

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant