Giter VIP home page Giter VIP logo

Comments (13)

cqst avatar cqst commented on July 19, 2024 10

error appears since "angular-in-memory-web-api": "0.1.14"

try to replace with "angular-in-memory-web-api": "0.1.13" in package.json

fix pb for me

from in-memory-web-api.

wardbell avatar wardbell commented on July 19, 2024 4

I think we fixed in v.0.1.16

from in-memory-web-api.

maximeburri avatar maximeburri commented on July 19, 2024

The problem seems to come from the line /// <reference types="core-js" /> of in-memory-backend.service.d.ts.
I don't know the utility of this line but its deletion seems to fix the problem.

from in-memory-web-api.

davinkevin avatar davinkevin commented on July 19, 2024

Yeah, removing it fix the problem...

But the problem is worse than I though, because it cause an error during the ng serve --aot true and a corrupted build with ng build --aot true.

from in-memory-web-api.

tomwanzek avatar tomwanzek commented on July 19, 2024

I experienced the same issue with missing core-js typings after upgrading an angular-cli beta.18 project to beta.19-3. Thx @cqst. for now, reverting back to "angular-in-memory-web-api": "0.1.13" fixed the issue.

from in-memory-web-api.

pulsar256 avatar pulsar256 commented on July 19, 2024

Downgrading to .18 did not help (re: ng-lightning/ng-lightning#265)

ᐅ rm node_modules -Rfv
ᐅ yarn install
ᐅ ng version
angular-cli: 1.0.0-beta.18
node: 7.1.0
os: linux x64
ᐅ ng build
(...)
Error in bail mode: [default] /(...)/node_modules/ng-lightning/config/config.d.ts:1:0 
Cannot find type definition file for 'core-js'.
(...)

workaround by removing the core-js reference from the affected dependencies (ng-lightning in my case) could be verified.

from in-memory-web-api.

rochavic avatar rochavic commented on July 19, 2024

I had the same issue...

My environment:

angular-cli: 1.0.0-beta.19-3
node: 6.8.1
os: win32 x64

Steps to fix Tour of Heroes with angular-cli (in my case):

1 - npm i angular-in-memory-web-api
2 - npm i @types/core-js
3 - Edit package.json file and add the dependency: angular-in-memory-web-api": "0.1.14"
4 - On tsconfig.json, change lib settings to: "lib": ["es5", "dom"],

The trick: http://blog.mgechev.com/2016/03/28/ambient-type-definitions-duplicate-identifier-typescript-fix/

from in-memory-web-api.

meiordac avatar meiordac commented on July 19, 2024

Downgrading to "angular-in-memory-web-api": "0.1.13" worked fine

from in-memory-web-api.

 avatar commented on July 19, 2024

Issue is in file:

node_modules/angular-in-memory-web-api/in-memory-backend.service.d.ts

Just remove:
/// <reference types="core-js" />

and all will work fine.

This is sooooo fragile solution so don't use in production !!!

Downgrading to 0.1.13 until this pretty critical bug is fixed.

from in-memory-web-api.

mmc41 avatar mmc41 commented on July 19, 2024

@wardbell Could this bug be fixed please (removing the offending line at detailed above)?

from in-memory-web-api.

davinkevin avatar davinkevin commented on July 19, 2024

I've proposed a PR ( #65 ) to do that, but no one merge it... 😢

from in-memory-web-api.

smurphy917 avatar smurphy917 commented on July 19, 2024

Yes, I have this issue also. Please merge #65. Thanks!

from in-memory-web-api.

jasonswett avatar jasonswett commented on July 19, 2024

FYI, if this is an urgent issue for anyone and you don't want to wait for #65 to get merged, you can just create your own fork of this repo, apply the fix yourself, and use your forked repo in your package.json until #65 (or some other fix) does get merged. That's what I did.

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.