GithubHelp home page GithubHelp logo

Comments (11)

dotansimha avatar dotansimha commented on June 4, 2024

@mmazloum , Did you try to meteor reset and run again?
Also, can you share your .meteor/versions file?

from angular2-meteor.

mmazloum avatar mmazloum commented on June 4, 2024

yes I tried doing meteor reset Here is what is displayed after meteor update :

callalawyer-app: updated to Meteor 1.4.2.

Changes to your project's package version selections from updating package versions:

angular2-compilers upgraded from 0.6.1 to 0.6.5
barbatus:css-compiler upgraded from 0.3.0 to 0.3.4
barbatus:scss-compiler upgraded from 3.8.1_1 to 3.8.2
barbatus:typescript upgraded from 0.4.1 to 0.5.2
barbatus:typescript-compiler upgraded from 0.7.1_1 to 0.8.4
ddp-common upgraded from 1.2.6 to 1.2.7
hwillson:stub-collections upgraded from 1.0.1 to 1.0.2
minifier-css upgraded from 1.2.14_1 to 1.2.15
mobile-status-bar upgraded from 1.0.12 to 1.0.13
observe-sequence upgraded from 1.0.12 to 1.0.14
reload upgraded from 1.1.10 to 1.1.11
retry upgraded from 1.0.8 to 1.0.9
url upgraded from 1.0.10 to 1.0.11

Newer versions of the following indirect dependencies are available:

  • autoupdate 1.2.11 (1.3.12 is available)
  • caching-compiler 1.0.6 (1.1.8 is available)
  • caching-html-compiler 1.0.6 (1.0.7 is available)
  • coffeescript 1.1.4 (1.11.1_2 is available)
  • ddp-client 1.2.9 (1.3.2 is available)
  • ddp-server 1.2.10 (1.3.11 is available)
  • http 1.1.8 (1.2.10 is available)
  • launch-screen 1.0.12 (1.1.0 is available)
  • templating 1.1.14 (1.2.15 is available)

here are my versions :

[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
barbatus:[email protected]
barbatus:[email protected]
barbatus:[email protected]
barbatus:[email protected]
barbatus:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
dispatch:[email protected]
dispatch:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
hwillson:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
mys:[email protected]
[email protected]
[email protected]_2
[email protected]
[email protected]
practicalmeteor:[email protected]_1
practicalmeteor:[email protected]_2
practicalmeteor:[email protected]_6
practicalmeteor:[email protected]
practicalmeteor:[email protected]_2
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
reywood:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
tmeasday:[email protected]
[email protected]
[email protected]
[email protected]
urigo:[email protected]
[email protected]
[email protected]
[email protected]
xolvio:[email protected]

from angular2-meteor.

dotansimha avatar dotansimha commented on June 4, 2024

@mmazloum can you share you entire project in a repository? I don't have a way to reproduce the issue without it.

from angular2-meteor.

kevinhattam avatar kevinhattam commented on June 4, 2024

Hi,

I'm experiencing the same issue on one of my apps. To test I've just ran meteor build on the angular2-meteor-base and I get the same error. Are you able to reproduce this?

Errors prevented bundling:
While processing files with angular2-compilers (for target web.browser):
/tools/isobuild/compiler-plugin.js:717:15: 'data' option to addAsset must be a Buffer or String.
at ResourceSlot.addAsset (/tools/isobuild/compiler-plugin.js:717:15)
at InputFile.addAsset (/tools/isobuild/compiler-plugin.js:482:24)
at SassCompilerExtended.addCompileResult (packages/barbatus:css-compiler/compilers/basic_compiler.js:32:15)
at packages/caching-compiler/multi-file-caching-compiler.js:144:14
at packages/caching-compiler/multi-file-caching-compiler.js:97:11
at
/home/kevinhattam/.meteor/packages/angular2-compilers/.0.6.4.1g1b948++os+web.browser+web.cordova/plugin.Angular2Compilers.os/npm/node_modules/meteor/caching-compiler/node_modules/async/lib/async.js:182:20
at replenish
(/home/kevinhattam/.meteor/packages/angular2-compilers/.0.6.4.1g1b948++os+web.browser+web.cordova/plugin.Angular2Compilers.os/npm/node_modules/meteor/caching-compiler/node_modules/async/lib/async.js:317:21)
at
/home/kevinhattam/.meteor/packages/angular2-compilers/.0.6.4.1g1b948++os+web.browser+web.cordova/plugin.Angular2Compilers.os/npm/node_modules/meteor/caching-compiler/node_modules/async/lib/async.js:328:15
at Object.async.forEachLimit.async.eachLimit
(/home/kevinhattam/.meteor/packages/angular2-compilers/.0.6.4.1g1b948++os+web.browser+web.cordova/plugin.Angular2Compilers.os/npm/node_modules/meteor/caching-compiler/node_modules/async/lib/async.js:221:35)
at SassCompilerExtended.processFilesForTarget (packages/caching-compiler/multi-file-caching-compiler.js:95:11)
at _loop (packages/barbatus:css-compiler/compilers/style_compiler.js:20:26)
at StyleCompiler.processFilesForTarget (packages/barbatus:css-compiler/compilers/style_compiler.js:18:36)

I'm running Meteor 1.4.2.
I've tried updating meteor which updates the following -
angular2-compilers upgraded from 0.6.4 to 0.6.5
babel-runtime upgraded from 0.1.12 to 0.1.13
barbatus:css-compiler upgraded from 0.3.3 to 0.3.4

I'm currently unable to build and deploy my app any help would be appreciated.

from angular2-meteor.

mmazloum avatar mmazloum commented on June 4, 2024

@dotansimha i'll create a Branch with the problem on my project and add you. If you prefer another repository or if you want to chat feel free to use the gamil provided on my profile.

from angular2-meteor.

dotansimha avatar dotansimha commented on June 4, 2024

@barbatus do you have an idea? it looks like something with the compilers

from angular2-meteor.

mmazloum avatar mmazloum commented on June 4, 2024

@dotansimha you must have received an invite on a repo with the bug on the branch call-meteor-latest, feel free to contact me on gmail or skype if you have questions.
https://github.com/mmazloum/callalawyer-front/tree/call-meteor-latest

from angular2-meteor.

barbatus avatar barbatus commented on June 4, 2024

pls check if you have empty sass files
do you have the same issue on web?

from angular2-meteor.

dotansimha avatar dotansimha commented on June 4, 2024

As @barbatus said, it caused by an empty file. in you case: client/imports/app/app.component.scss.
@mmazloum, Note that empty definitions inside a file (for example, just: span { }) is also treated as empty file.
So either remove the empty file or add style definitions to it.
Just verified it with your project and it works fine.

I am closing this issue, and we will check for a solution in the compilers package.

from angular2-meteor.

mmazloum avatar mmazloum commented on June 4, 2024

in deed I've seen it, thanks a lot

from angular2-meteor.

axlneo avatar axlneo commented on June 4, 2024

right !!! thanks

from angular2-meteor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.