Giter Site home page Giter Site logo

Comments (4)

roeehershko avatar roeehershko commented on August 23, 2024 1

if the error you see is TS error (Like i had), simply remove ""types": []" from src/tsconfig.app.json and it should fix the problem, too me hours to investigate this one

from angularcli-meteor.

roeehershko avatar roeehershko commented on August 23, 2024 1

for what its worth, i made few more changes to make the karma works:

  1. removed "types" or just add "meteor" from the tsconfig.spec.js file to resolve this issue also in karma
  2. i had issue when karma didn't found "mongo" issue was the client-bundler wasn't TS file so from some reason karma didn't loaded it so i needed to add
    files: [
      'node_modules/meteor-client.js'
    ],

to the karma.conf.js file that fixed it also in non-headless mode, you might have better solution for it but that fixed it for me

from angularcli-meteor.

darkbasic avatar darkbasic commented on August 23, 2024

Good catch @roeehershko, I'll fix it in next version

from angularcli-meteor.

hongan126 avatar hongan126 commented on August 23, 2024

@roeehershko

simply remove ""types": []" from src/tsconfig.app.json

It work. Thank you @roeehershko

from angularcli-meteor.

Related Issues (9)

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.