Closed karthik-h-raju closed 6 years ago
Any solution?
@karthik-h-raju this is most likely an issue with your npm, please make sure it has correct access rights, clear npm cache and try again.
I am also having issues with npm install.
Try using yarn instead of npm in windows
ng set --global packageManager=yarn
I found that npm causes issues with long file names.
@karthik-h-raju has this been retried on the latest release?
I'm submitting a ... [X] bug report [ ] feature request [ ] question about the decisions made in the repository
Do you want to request a feature or report a bug? Reporting a bug
What is the current behavior? after cloning from git, when I run the "npm install' command, below errors and warnings are shown
run below in an empty directory
git clone https://github.com/akveo/ng2-admin.git
change directory to tong2-admin
runnpm install
It shouldn't give any errors or warnings.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
npm version : 3.10.10
angular/cli: 1.0.6
node: 6.10.0
os: win32 x64
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)