akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.28k stars 7.96k forks source link

Failed to install (ubuntu 18.04) #5740

Open ykamchi opened 4 years ago

ykamchi commented 4 years ago

Issue type

I'm submitting a ... (check one with "x")

After clean git clone and running npm install I get the following errors:

npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, lstat '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/locale-data/jsonp' npm WARN tar ENOENT: no such file or directory, open '/home/yohay/code/sybarip/ngx-admin-master/node_modules/.staging/intl-4f8e1a2e/.gitattributes' npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@swimlane/ngx-charts/-/ngx-charts-13.0.2.tgz npm ERR! 404 npm ERR! 404 '@swimlane/ngx-charts@13.0.2' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of 'ngx-admin-master' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! /home/yohay/.npm/_logs/2020-08-06T10_09_08_499Z-debug.log

Current behavior:

Expected behavior:

Steps to reproduce:

Related code:

insert short code snippets here

Other information:

node --version v12.18.3

npm --version

npm, node, OS, Browser

<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->

Angular, Nebular

<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
ykamchi commented 4 years ago

Delete packages-lock.json fixed this

udhayakumarcp commented 2 years ago

Upgrade the node to 14.15.0