-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm ERR! 404 Not Found: @angular/compiler #925
Comments
The whole log file content as below: |
I have resolved the above error. I couldn't resolve this issue, would you please help me? Thanks a lot. |
that's not big deal , ignore it |
How was it resolved as I get this error pointing the build to artifactory and works while pointing to NPM registry. |
When I run build.sh dev, console output below error message.
The command '/bin/sh -c git clone https://github.com/akveo/ng2-admin.git /var/www && cd /var/www && npm install --global rimraf && npm run clean && npm install --global webpack webpack-dev-server [email protected] && npm install && npm run prebuild:prod && npm run build:prod' returned a non-zero code: 1
[root@eureka ng2-admin]# npm install @angular/compiler
npm ERR! Linux 3.10.0-514.el7.x86_64
npm ERR! argv "/root/.nvm/versions/node/v7.8.0/bin/node" "/root/.nvm/versions/node/v7.8.0/bin/npm" "install" "@angular/compiler"
npm ERR! node v7.8.0
npm ERR! npm v4.2.0
npm ERR! code E404
npm ERR! 404 Not Found: @angular/compiler
npm ERR! 404
npm ERR! 404 '@angular/compiler' 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
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! /root/.npm/_logs/2017-04-03T03_27_23_179Z-debug.log
I don't know how to troubleshoot this issue.
The text was updated successfully, but these errors were encountered: