meteor / promise

ES6 Promise polyfill with Fiber support
MIT License
63 stars 15 forks source link

build error,can you help me? #16

Closed beetle2013 closed 3 years ago

beetle2013 commented 7 years ago

meteor build ../build --server=127.0.0.1:3000 C:\Users\beetle\AppData\Local.meteor\packages\templating-compiler\1.2.15\plugin.compileTemplatesBatch.os\npm\node_modules\meteor\promise\node_modules\meteor-promise\promise_server.js:177 throw error; ^

Error: ENOENT: no such file or directory, stat 'E:\Project\semver\bin\semver' at Error (native) at Object.fs.statSync (fs.js:844:18) at Object.wrapper (C:\tools\fs\files.js:1533:35) at Object.files.(anonymous function) [as stat] (C:\tools\fs\files.js:1634:27) at symlinkWithOverwrite (C:\tools\isobuild\builder.js:729:17) at C:\tools\isobuild\builder.js:556:11 at Array.forEach (native) at walk (C:\tools\isobuild\builder.js:463:34) at C:\tools\isobuild\builder.js:552:13 at Array.forEach (native) at walk (C:\tools\isobuild\builder.js:463:34) at Builder.copyDirectory (C:\tools\isobuild\builder.js:591:5) at C:\tools\isobuild\bundler.js:2013:17 at Function..each..forEach (C:\Users\beetle\AppData\Local.meteor\packages\meteor-tool\1.4.2_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\underscore\underscore.js:87:22) at JsImage.write (C:\tools\isobuild\bundler.js:1972:7) at ServerTarget.write (C:\tools\isobuild\bundler.js:2241:13) at C:\tools\isobuild\bundler.js:2336:30 at C:\tools\isobuild\bundler.js:2469:9 at Array.forEach (native) at C:\tools\isobuild\bundler.js:2459:26 at C:\tools\isobuild\bundler.js:2399:7 at C:\tools\isobuild\bundler.js:2800:22 at C:\tools\utils\buildmessage.js:271:13 at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14) at C:\tools\utils\buildmessage.js:264:29 at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14) at C:\tools\utils\buildmessage.js:262:18 at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14) at C:\tools\utils\buildmessage.js:253:23 at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14) at Object.capture (C:\tools\utils\buildmessage.js:252:19) at bundle (C:\tools\isobuild\bundler.js:2633:31) at C:\tools\isobuild\bundler.js:2580:32 at Object.withCache (C:\tools\fs\files.js:1599:12) at Object.exports.bundle (C:\tools\isobuild\bundler.js:2580:16) at buildCommand (C:\tools\cli\commands.js:927:30) at Command.func (C:\tools\cli\commands.js:802:12) at C:\tools\cli\main.js:1483:23

abernix commented 7 years ago

@beetle2013 Your issue isn't actually an error with meteor-promise, it's just the way that the error gets reported due to the asynchronous nature of some of the Meteor-internals. The actual error has something to do with a package (or some code) that you're using in your project.

If you think this is a bug with Meteor or you need help tracking this down, you should open an issue on the Meteor GitHub Issues, but please make sure that you follow the instructions for reporting a bug, namely, including a reproduction of the problem on a GitHub repository that you can share publicly. Alternatively, you can also ask for help on the Meteor forums or Stack Overflow tagged with meteor.

Regardless, this isn't the place for this to be reported, even if the error may lead you to believe that.