Giter VIP home page Giter VIP logo

Comments (10)

wardbell avatar wardbell commented on July 19, 2024

Works on our machines. Please provide a repro. Make sure you've deleted the only package and installed the new in node_modules

from in-memory-web-api.

mmc41 avatar mmc41 commented on July 19, 2024

Here is a reproducible hello-world sized example. Unzip, "npm install" and "ng test" on a Mac to reproduce. You might also be able to reproduce on a PC (not sure) but in this case you need to make sure you DO NOT have folder on it called "C:/github/angular.in-memory-web-api" !!

bugdemoproject.zip

from in-memory-web-api.

wardbell avatar wardbell commented on July 19, 2024

You have some kind of loader problem that I can't see. I'm not using the CLI so I personally don't know how to configure it properly. Something is clearly wrong if your app is looking for ../src//src/....

This looks like a compile problem not a lint problem. But what do I know?

from in-memory-web-api.

mmc41 avatar mmc41 commented on July 19, 2024

Are you sure, it is not because there is something wrong with your npm package as this is the only package that the angular cli tools complain about. The bug demo project is produced by "ng new" with just a few additions. If you are sure, I can report a bug with angular cli instead ?

from in-memory-web-api.

mmc41 avatar mmc41 commented on July 19, 2024

Just to emphasise, I am using a standard out-of-the-box configuration produced by the angular cli tools. If it is reproducible on your machine (i.e. not something about nodejs local to my machine) than it is strange that the problem only happens with your npm package I think.

from in-memory-web-api.

igalil avatar igalil commented on July 19, 2024

Looks like the . typo is in all the map files in the node_modules/angular-in-memory-web-api folder. I think it should be a - and there is also that C:/, I am not sure it should be there (since i'm on a mac), but i'm new to npm so I don't want to say something wrong.

from in-memory-web-api.

mmc41 avatar mmc41 commented on July 19, 2024

@wardbell I can also reproduce this problem using the new version 0.1.9. I have no idea how to fix it myself so I would highly appreciate a fix.... Where you able to reproduce the problem in bugdemoproject.zip on your machine or do you need more info from me here ?

from in-memory-web-api.

wardbell avatar wardbell commented on July 19, 2024

I'm sorry but this project has not been vetted with the CLI and the tiny team on this repo doesn't have resources at the moment to square with the CLI. Maybe you can cross-reference this with an issue on the CLI repo so that someone on that much larger team can help.

from in-memory-web-api.

jlutz777 avatar jlutz777 commented on July 19, 2024

I think @igalil is on to the problem. I am running into the same thing when using webpack because the sourcemaps have hard coded values. Look, for example, at http-status-codes.js.map and you'll see a hardcoded value of 'C:/github/...'. I believe sourceRoot in tsconfig.json needs to be updated to not be ./src. For now to work around the problem, I'm just excluding the project for webpack so it avoids the errors.

from in-memory-web-api.

nqcuong72 avatar nqcuong72 commented on July 19, 2024

I have fixed it by adding to exclude session of 'webpack.test.js':
exclude: [
// these packages have problems with their sourcemaps
helpers.root('node_modules/angular-in-memory-web-api'),
....

from in-memory-web-api.

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.