Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Not able to install trial version on my local system
posted
Hi Team,
I have downloaded trail version angular code from:
and then followed below instructions:

Step-by-Step

  1. Unzip the package to your hard drive
  2. Open the project by right-clicking anywhere in the folder that you’ve just unzipped and selecting “Open with Code” from the context menu. If you do not have a right-click option to Open in Code, or you are running a Mac, simply open Visual Studio Code and from the File menu select Open Folder and select the folder you just unzipped.
  3. Once Visual Studio Code is open, you should see the samples folders in the Explorer pane.
  4. In Visual Studio Code, from the “View” menu, select “Integrated Terminal”.
  5. Type 
    npm install
     at the command line in the integrated terminal.
  6. Once the 
    npm install
     completes, type npm start at the command line in the integrated terminal.
  7. Your browser should open to http://localhost:4200 with the Ignite UI for Angular samples running.

And now I am getting below error:

error path C:\Users\Nabla\Downloads\Infragistics_Angular\igniteui-angular-samples\node_modules\.staging\igniteui-angular-excel-1cf4dca0\ES2015\excel.core.js.map
16907 error code EPERM
16908 error errno -4048
16909 error syscall unlink
16910 error Error: EPERM: operation not permitted, unlink 'C:\Users\Nabla\Downloads\Infragistics_Angular\igniteui-angular-samples\node_modules\.staging\igniteui-angular-excel-1cf4dca0\ES2015\excel.core.js.map'
16910 error { [Error: EPERM: operation not permitted, unlink 'C:\Users\Nabla\Downloads\Infragistics_Angular\igniteui-angular-samples\node_modules\.staging\igniteui-angular-excel-1cf4dca0\ES2015\excel.core.js.map']
16910 error cause:
16910 error { Error: EPERM: operation not permitted, unlink 'C:\Users\Nabla\Downloads\Infragistics_Angular\igniteui-angular-samples\node_modules\.staging\igniteui-angular-excel-1cf4dca0\ES2015\excel.core.js.map'
16910 error errno: -4048,
16910 error code: 'EPERM',
16910 error syscall: 'unlink',
16910 error path:
16910 error 'C:\\Users\\Nabla\\Downloads\\Infragistics_Angular\\igniteui-angular-samples\\node_modules\\.staging\\igniteui-angular-excel-1cf4dca0\\ES2015\\excel.core.js.map' },
16910 error stack:
16910 error 'Error: EPERM: operation not permitted, unlink \'C:\\Users\\Nabla\\Downloads\\Infragistics_Angular\\igniteui-angular-samples\\node_modules\\.staging\\igniteui-angular-excel-1cf4dca0\\ES2015\\excel.core.js.map\'',
16910 error errno: -4048,
16910 error code: 'EPERM',
16910 error syscall: 'unlink',
16910 error path:
16910 error 'C:\\Users\\Nabla\\Downloads\\Infragistics_Angular\\igniteui-angular-samples\\node_modules\\.staging\\igniteui-angular-excel-1cf4dca0\\ES2015\\excel.core.js.map',
16910 error parent: 'igniteui-angular-samples' }
16911 error The operation was rejected by your operating system.
16911 error It's possible that the file was already in use (by a text editor or antivirus),
16911 error or that you lack permissions to access it.
16911 error
16911 error If you believe this might be a permissions issue, please double-check the
16911 error permissions of the file and its containing directories, or try running
16911 error the command again as root/Administrator (though this is not recommended).
16912 verbose exit [ -4048, true ]
Parents
No Data
Reply
  • 16310
    Offline posted

    Hi Sadh,

    I have followed the same steps to verify the issue. I downloaded the zip, unzipped it in a folder and did npm install and npm start and it run fine.

    Please note that what was downloaded on my side was igniteui-angular-samples-0.0.8 version. Please verify if the same version is downloaded on your side. If for a reason you have downloaded 0.0.7, download the new version which is available for some days now and let me know the result.

    Hristo

Children
No Data