How do I get the newer / latest version of the registry package: dt / core-js?

I have typings.json like this.

{
  "globalDependencies": {
    "core-js": "registry:dt/core-js#0.9.7+20161130133742"
  }
}

      

I can't say I'm sure what this means, but when I reinstall (recreating the credits directory) I get the following message.

2017-03-10: "registry: dt / core-js # 0.9.7 + 20161130133742" is deprecated (updated, replaced or removed)

As I understand it, this means that the specified revision (i.e. 20161130133742) of a particular version (i.e. 0.9.7) is out of date and should be updated to the latest version. However, when I went to the NPM site of the package , it says there is no documentation about it and the version says 2.4.1. Then I realized that in my pacakge.json I have this specific version.

I tried to remove everything after sharpening i.e. "core-js": "registry: dt / core-js", but it only caused hundreds of errors regarding my types.

Now I am confused - how do I update the global dependencies in typings.json to the latest version? And also, shouldn't I have a string with node?

Googling has led me mostly to confusion and headaches for most of today, so I am completely lost and need to rebuild my relationship. However, I do remember something like the following.

"node": "registry:dt/node"...

      

Should this be inserted? I read here that I don't even need a file to start with. It is right?

My config is Webpack 2.0, node 7.0, NPM 3.10 and TS 2.2 targeting Angular.

+3
node.js angular typescript typescript-typings


source to share


No one has answered this question yet

See similar questions:

3
How to fix typed obsolete warnings

or similar:

1988
Find the version of the installed npm package
1835
How do I update each dependency in package.json to the latest version?
1544
How can I upgrade NodeJS and NPM to the next versions?
1264
How to get started with Node.js
1092
How to get GET variables (query string) in Express.js on Node.js?
861
How do I get the path to the current script using Node.js?
784
install the previous version of the package
643
Update Node.js to the latest version on Mac OS
618
Updating Node.js to the latest version
269
Nodejs npm show latest package version



All Articles
Loading...
X
Show
Funny
Dev
Pics