Skip to main content

All Questions

Tagged with
1 vote
1 answer
85 views

In Angular 5 project getting gyp errors on npm install

I am trying "npm install" in angular 5 project, but its giving gyp errors . does anyone have any idea about the errors visible in the following screenshots. I have tried to clear cache , ...
Anjali's user avatar
  • 31
-1 votes
1 answer
837 views

unable to install angular-cli in windows 10 proxy network system

I'am trying to install angular-cli in windows 10 on proxy network. Unable to install angular-cli in machine. Getting below both errors on cmd ( 403 Forbidden - proxy authentication is required for ...
venu kumar's user avatar
0 votes
1 answer
320 views

Upgrading from Angular 5 to Angular 6

I am looking to upgrade from Angular 5 to Angular 6 on a particular web application. We are unable to angular 8 at this time due to a dependency issue we've not been able to isolate (probably ...
Marshall Tigerus's user avatar
10 votes
1 answer
5k views

getting error while creating build in angular 5

i am trying to creating a build and getting below error 11 silly lifecycle [email protected]~start: Returned: code: 139 signal: null 11 silly lifecycle [email protected]~start: ...
Apurv Chaudhary's user avatar
0 votes
0 answers
179 views

How to run command like "ipconfig" from my Angular5+ application?

I have to execute some of CMD commands from my Angular application, also tried shelljs but not working in my app.
Husain's user avatar
  • 579
2 votes
1 answer
56 views

"Highcarts is not defined error" after installing highcharts

I am implementing Highcharts in angular5 using ng2-highcharts npm package. But it is giving error that highcharts is not defined. I have an angular5 project in which i am implementing Highcharts and ...
Fahad Subzwari's user avatar
2 votes
0 answers
203 views

Display a Progress Bar in Angular 5 for each Request Response time

In my application that i am developing in Angular 5, once the request and response hits the API and get backs the data I need a process bar to be displayed in tracking the request response time in a ...
goudham's user avatar
  • 45
2 votes
2 answers
2k views

ngx-toastr not showing up on first click or Ui not updating in angular 5 Digest cycle using google map apis

I'm using ngx-toastr in my Angular 5 projects. I have user form through which I'm taking LAT and LNG for user reverse geocoding. This is the applied condition in my code. If city not found then it ...
Asad's user avatar
  • 3,130
0 votes
1 answer
13k views

How to set npm root path to .../Appdata/roaming/npm

I have installed nodejs ->8.12.0 and npm ->6.4.1 and trying to install angular 1.7.4 I have added environment variable path to C:\Users\user_name\AppData\Roaming\npm and C:\Users\...
k_hotspot's user avatar
  • 134
1 vote
0 answers
5k views

Error: ENOENT: no such file or directory in angular

I'm getting this error after updating npm Failed to compile. ./node_modules/@angular/common/fesm5/common.js Module build failed: Error: ENOENT: no such file or directory, open '/home/user/pitalent/...
Jijo Robin's user avatar
1 vote
0 answers
1k views

clicking the links within a pdf rendered by ng2-pdf viewer doesnt work

I have an angular component and I am rendering a pdf using ng2-pdf-viewer. how ever clicking the links within the pdf it is not navigating to that section . <pdf-viewer [src]="documentlocation" [...
user3524699's user avatar
0 votes
2 answers
1k views

Ionic plugin for Image Viewer

I want to use a ionic plugin to show image with zoom functionality and rotate buttons. Do anyone know any good plugin or if not how to implement rotate button with ionic native photo viewer
Mohit Chauhan's user avatar
1 vote
1 answer
2k views

Error: Can't resolve 'child_process' in Angular 5

I am new to Angular ,Here in my project I need to get the MAC address of the user's system . For that I have executed a NPM as follows npm install --save macaddress Added the below code after the ...
Zhu's user avatar
  • 3,801
1 vote
1 answer
797 views

How to use javaScript TimeSheet Plugin in Angular 5

In my project I need to use exactly the same plugin in Angular 5 as this TimeSheet https://www.jqueryscript.net/time-clock/Table-Based-jQuery-Calendar-Schedule-Plugin-TimeSheet.html. But I haven't ...
Hovhannes Gevorgyan's user avatar
4 votes
2 answers
12k views

node module - aes256 - crypto.createHash is not a function

So I have this Angular 5 application which uses aes256 library from NPM for encrypting password for login form. Inside that aes256 library, theres var crypto = require('crypto'). When I run my ...
OpieOP's user avatar
  • 45

15 30 50 per page
1
2 3 4 5