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.
No one has answered this question yet
See similar questions:
or similar: