-
Notifications
You must be signed in to change notification settings - Fork 12k
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
The Broccoli Plugin: [BroccoliTypeScriptCompiler] failed #828
Comments
SUDO (mac) or run CMD as admin (win)? |
@vance Yes, that is the one, although I would like to know why they could not do it without elevated privileges in the first place. Why not using local project folder for storing temp folder?! |
I'm finding that since the El Capitan update on OS X, nearly all my node/NPM scripts require elevated privileges, which itself seems like a security risk. I don't want to be SUDOing every single command, who knows what's in there. |
@vance I agree 100%, maybe you should raise it as an issue just reference this and I will support you ! |
#905 should allow non-admin user usage. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS: Windows 10
angular-cli: 1.0.0-beta.4
node: 4.4.3
os: win32 x64
Steps:
ng new test-ng
cd test-ng
npm start
:: Error - look what was suggested in #414 and tried:
ng init -- all overwritten
ng build -prod
:: Again same Error
Reason I was trying angular-cli is because I am getting 400 requests with @angular RC1 project.
The text was updated successfully, but these errors were encountered: