Attempting to install the angular2-google-maps library is resulting in errors. The desired library can be found at:
The specific error encountered is displayed here:
https://i.stack.imgur.com/L2vOY.png
Any assistance with this issue would be greatly appreciated! Below is my package.json file for reference:
{
"name": "angular2-quickstart",
"version": "1.0.0",
"scripts": {
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.7",
"bootstrap": "^3.3.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"jquery": "^2.2.1",
"moment": "^2.11.2",
"primeng": "^0.5.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.22",
"zone.js": "0.5.15"
},
"devDependencies": {
"concurrently": "^2.0.0",
"font-awesome": "^4.5.0",
"gulp": "^3.9.1",
"gulp-bless": "^3.0.1",
"gulp-compass": "^2.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-livereload": "^3.8.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6",
"gulp-watch": "^4.3.5",
"lite-server": "^2.1.0",
"typescript": "^1.7.5",
"typings": "^0.6.8"
}
}
Version rxjs: 5.0.0-beta.2 is already included as shown.
https://i.stack.imgur.com/svKe2.png
Unexpectedly, it is now missing from the npm registry.