Closed codermannn closed 7 years ago
cannot install package
npm WARN Error: EPERM: operation not permitted, unlink 'D:\Fred\MedViewPortal\node_modules\dev\package.json' npm WARN { Error: EPERM: operation not permitted, unlink 'D:\Fred\MedViewPortal\node_modules\dev\package.json' npm WARN stack: 'Error: EPERM: operation not permitted, unlink \'D:\Fred\MedViewPortal\node_modules\dev\package.json\'', npm WARN errno: -4048, npm WARN code: 'EPERM', npm WARN syscall: 'unlink', npm WARN path: 'D:\Fred\MedViewPortal\node_modules\dev\package.json' } npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for inotify@1.4.1: wanted {"os":"linux","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! notsup Valid OS: linux npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: win32 npm ERR! notsup Actual Arch: x64
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\rlohia\AppData\Roaming\npm-cache_logs\2017-09-04T04_19_13_589Z-debug.log
My package,json
{ "name": "ngx-restangular", "version": "1.0.10", "description": "ngx-restangular", "main": "./dist/umd/ngx-restangular.js", "module": "./dist/esm/src/index.js", "typings": "./dist/esm/src/index.d.ts", "scripts": { "start": "concurrently --raw \"webpack-dev-server --watch\"", "build:demo": "webpack -p", "build:umd": "webpack --config webpack.config.umd.js", "build:ngc": "ngc -p tsconfig-ngc.json", "build:dist": "npm run build:umd && npm run build:ngc", "build:clean": "rm -rf dist", "test": "karma start", "test:watch": "karma start --watch", "commit": "git-cz", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "typedoc": "typedoc --options typedoc.json src/*.ts", "gh-pages": "git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master", "prepublish": "npm run build:dist", "postpublish": "npm run build:clean" }, "repository": { "type": "git", "url": "git+https://github.com/2muchcoffeecom/ngx-restangular.git" }, "keywords": [ "ng2-rest", "ng2-restangular", "ngx-restangular", "angular2-restangular", "angular4-restangular", "angular2-rest", "angular4-rest", "restangular", "angular 2 restangular", "angular 4 restangular", "angular 2 rest", "angular 4 rest" ], "author": "logvinoleg89 logvinoleg89@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/2muchcoffeecom/ngx-restangular/issues" }, "homepage": "https://github.com/2muchcoffeecom/ngx-restangular#readme", "devDependencies": { "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/compiler-cli": "^4.0.0", "@angular/core": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/http": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/platform-browser-dynamic": "^4.0.0", "@angular/router": "^4.0.0", "@types/chai": "3.4.34", "@types/core-js": "0.9.34", "@types/jasmine": "2.5.37", "@types/sinon": "1.16.31", "@types/sinon-chai": "2.7.27", "@types/node": "^6.0.0", "chai": "3.5.0", "commitizen": "2.8.6", "concurrently": "3.1.0", "conventional-changelog": "1.1.0", "conventional-changelog-cli": "1.2.0", "core-js": "2.4.1", "cz-conventional-changelog": "1.2.0", "ghooks": "1.3.2", "imports-loader": "0.6.5", "jasmine-core": "2.5.2", "karma": "1.3.0", "karma-chrome-launcher": "2.0.0", "karma-coverage": "1.1.1", "karma-jasmine": "1.0.2", "karma-jasmine-html-reporter": "0.2.2", "karma-phantomjs-launcher": "1.0.2", "karma-remap-istanbul": "0.2.1", "karma-sourcemap-loader": "0.3.7", "karma-webpack": "1.8.0", "phantomjs-prebuilt": "2.1.13", "rxjs": "^5.0.0", "sinon": "1.17.6", "sinon-chai": "2.8.0", "sourcemap-istanbul-instrumenter-loader": "0.2.0", "standard-version": "3.0.0", "ts-loader": "0.9.5", "tslint": "3.15.1", "tslint-loader": "2.1.5", "typedoc": "0.5.1", "typescript": "^2.2.1", "validate-commit-msg": "2.8.2", "webpack": "1.13.3", "webpack-dev-server": "1.16.2", "webpack-node-externals": "1.5.4", "zone.js": "^0.7.7" }, "peerDependencies": { "@angular/core": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/http": "^4.0.0", "@types/lodash": "^4.14.62", "rxjs": "^5.0.0" }, "files": [ "dist" ], "config": { "ghooks": {}, "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "dependencies": { "@angular/core": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/http": "^4.0.0", "@types/lodash": "^4.14.62", "rxjs": "^5.0.0" } }
tried running as an administrator
Hello @lohiarahul, I'm not sure what is causing your issue as I couldn't reproduce it. But I see some issues in your package.json. There are blank fields where should be @types and @angular as dependency.
ERROR in D:\clones\ngx-restangular\node_modules\@types\sinon-chai\index.d.ts (7,23): error TS2688: Cannot find type definition file for 'sinon'.
ERROR in D:\clones\ngx-restangular\node_modules\@types\core-js\index.d.ts (656,11): error TS2428: All declarations of 'WeakMap' must have identical type parameters.
ERROR in D:\clones\ngx-restangular\node_modules\@types\lodash\index.d.ts (19508,15): error TS2428: All declarations of 'WeakMap' must have identical type parameters.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (27,3): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (190,1): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (205,3): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (247,3): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (249,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (255,7): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (256,7): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (259,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (265,7): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (266,7): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (271,3): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (272,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (277,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (278,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (286,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (287,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (291,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (296,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (297,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (304,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (305,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (309,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (314,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (315,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (322,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (323,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (327,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (332,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (333,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (340,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (341,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (345,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (350,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (351,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (358,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (359,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (363,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (368,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (369,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (376,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (377,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (381,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (386,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (387,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (388,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (395,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (396,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (400,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (405,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (406,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (412,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (417,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (418,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (428,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (431,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (435,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (436,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (445,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (448,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (452,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (453,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (472,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (477,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (478,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (485,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (490,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (491,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (510,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (515,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (516,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (524,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (529,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (530,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (549,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (554,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (555,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (563,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (569,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (570,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (580,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (585,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (586,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (593,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (594,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (599,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (600,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (619,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (624,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (625,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (632,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (637,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (638,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (657,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (662,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (663,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (670,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (675,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (676,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (695,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (700,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (701,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (709,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (714,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (715,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (734,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (739,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (740,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (741,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (748,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (749,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (754,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (755,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (765,7): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (766,9): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (778,9): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (783,13): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (784,13): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (790,13): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (794,9): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (802,13): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (808,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (813,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (814,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (821,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (822,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (823,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (830,3): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (831,5): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (850,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (855,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (856,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (862,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (868,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (873,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (874,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (881,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (882,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (886,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (891,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (892,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (899,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (900,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (904,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (909,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (910,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (917,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (918,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (922,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (927,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (928,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (935,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (936,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (940,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (945,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (946,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (947,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (954,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (955,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (959,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (960,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (979,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (984,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (985,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (992,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (997,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (998,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1017,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1022,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1023,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1030,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1035,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1036,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1046,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1051,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1052,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1059,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1060,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1065,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1066,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1075,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1080,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1087,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1088,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1093,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1094,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1113,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1121,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1126,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1127,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1137,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1142,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1143,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1144,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1151,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1152,11): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1157,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1158,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1168,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1171,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1175,5): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1176,7): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1185,7): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1188,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1194,3): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1195,5): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1214,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1219,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1220,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1227,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1228,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1233,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1238,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1239,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1246,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1247,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1251,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1256,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1257,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1264,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1265,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1269,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1274,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1275,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1282,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1283,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1287,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1292,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1293,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1294,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1301,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1302,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1306,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1311,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1312,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1319,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1325,3): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1326,5): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1345,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1350,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1351,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1358,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1359,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1363,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1368,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1369,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1376,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1382,3): error TS2304: Cannot find name 'describe'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1383,5): error TS2304: Cannot find name 'beforeEach'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1402,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1407,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1408,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1415,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1416,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1420,5): error TS2304: Cannot find name 'it'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1425,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1426,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1436,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\ng2-restangular.spec.ts (1437,9): error TS2304: Cannot find name 'expect'.
ERROR in D:\clones\ngx-restangular\test\entry.ts (1,23): error TS2688: Cannot find type definition file for 'jasmine'.
ERROR in ./src/ngx-restangular-config.factory.ts (308,17): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'String' has no compatible call signatures.
ERROR in ./src/ngx-restangular-config.factory.ts (483,23): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'String' has no compatible call signatures.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'fs-extra'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'handlebars'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'highlight.js'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'jasmine'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'marked'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'minimatch'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'node'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'shelljs'.
ERROR in D:\clones\ngx-restangular\tsconfig.json error TS2688: Cannot find type definition file for 'sinon'.
Error at D:/clones/ngx-restangular/src/ngx-restangular-config.factory.ts:308:17: Cannot invoke an expression whose type lacks a call signature. Type 'String' has no compatible call signat ures. Error at D:/clones/ngx-restangular/src/ngx-restangular-config.factory.ts:483:23: Cannot invoke an expression whose type lacks a call signature. Type 'String' has no compatible call signat ures. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ngx-restangular@1.0.10 build:ngc:
ngc -p tsconfig-ngc.json
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ngx-restangular@1.0.10 build:ngc script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\rlohia\AppData\Roaming\npm-cache_logs\2017-09-04T03_55_39_494Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ngx-restangular@1.0.10 build:dist:
npm run build:umd && npm run build:ngc
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ngx-restangular@1.0.10 build:dist script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\rlohia\AppData\Roaming\npm-cache_logs\2017-09-04T03_55_39_525Z-debug.log