Installing huttonr:bootstrap3 on Meteor 1.3.2-rc.5 crashing

New bug when I install huttonr:bootstrap3 on Meteor 1.3.2-rc.5


=> Started proxy.
=> Started MongoDB.

/Users/alan/.meteor/packages/templating/.1.1.9-rc.5.1797ysm++os+web.browser+web.cordova/plugin.compileTemplatesBatch.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:116
      throw error;
            ^
Error: Attempting to combine different files:
{ type: 'js',
  data: <Buffer 2f 2f 20 54 68 65 73 65 20 73 74 79 6c 65 73 20 68 61 76 65 20 61 6c 72 65 61 64 79 20 62 65 65 6e 20 61 70 70 6c 69 65 64 20 74 6f 20 74 68 65 20 64 6f ...>,
  sourcePath: 'client/style/bootstrap-settings.json',
  servePath: '/client/stylesheets/bootstrap/bootstrap.generated.css',
  hash: 'bf5916be0fd88667452ec454871f4856bca634d3',
  sourceMap: undefined,
  lazy: true,
  bare: false,
  mainModule: false,
  imported: false,
  installPath: 'client/style/bootstrap-settings.json' }
{ type: 'js',
  data: <Buffer 4d 65 74 65 6f 72 2e 5f 62 6f 6f 74 73 74 72 61 70 53 65 74 74 69 6e 67 73 46 69 6c 65 4c 6f 61 64 65 64 20 3d 20 74 72 75 65 3b 0a 69 66 20 28 4d 65 74 ...>,
  sourcePath: 'client/style/bootstrap-settings.json',
  servePath: '/client/lib/bootstrap/bootstrap.generated.js',
  hash: 'ea714bcffd9feb404af15da8baf24afe316f7216',
  sourceMap: undefined,
  lazy: false,
  bare: false,
  mainModule: false,
  imported: true,
  installPath: 'client/style/bootstrap-settings.json' }

    at checkProperty (/tools/isobuild/import-scanner.js:198:15)
    at ImportScanner._combineFiles (/tools/isobuild/import-scanner.js:187:35)
    at /tools/isobuild/import-scanner.js:177:14
    at Array.forEach (native)
    at ImportScanner.addInputFiles (/tools/isobuild/import-scanner.js:148:11)
    at /tools/isobuild/compiler-plugin.js:825:15
    at Array.forEach (native)
    at Function.computeJsOutputFilesMap (/tools/isobuild/compiler-plugin.js:796:19)
    at ClientTarget._emitResources (/tools/isobuild/bundler.js:913:8)
    at /tools/isobuild/bundler.js:684:12
    at /tools/utils/buildmessage.js:359:18
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at ClientTarget.make (/tools/isobuild/bundler.js:675:18)
    at /tools/isobuild/bundler.js:2474:14
    at /tools/isobuild/bundler.js:2563:20
    at Array.forEach (native)
    at Function._.each._.forEach (/Users/alan/.meteor/packages/meteor-tool/.1.3.2-rc.5.1b3tzvt++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
    at /tools/isobuild/bundler.js:2562:7
    at /tools/utils/buildmessage.js:271:13
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:264:29
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:262:18
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:253:23
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.capture (/tools/utils/buildmessage.js:252:19)
    at Object.exports.bundle (/tools/isobuild/bundler.js:2455:31)
    at /tools/runners/run-app.js:591:36

Please report the bugs on GitHub!

My bad, put into github bug. (sorry, on the forum too much today)

1 Like