-
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
Missing angular-cli-build.js in 1.0.0-beta.11-webpack #1566
Comments
Did you type |
@serhiisol try following in your repo:
|
the problem is that cli doesn't create this file at all. before I even run it, it doesn't exist |
@NejcZdovc Why should I do that, if I have latest version of beta.11-webpack installed ? |
@serhiisol you have webpack cli on global level, but probably not on local level. File angular-cli-build.js was used with systemjs, so you are not using correct cli version. |
You can check it here #1528 |
Everything is installed from package.json, it has to be with correct versioning. I believe something is missing on cli side. Cause project is clean and it should just run. |
@serhiisol You can also check it here |
ng init did the trick but there are definately some bugs. |
Ok, basically removing ^ from package.json
does trick, but that's not obvious at all, why npm installs incorrect angular-cli, it seems like without it, it installs another incompatible version. |
npm install --save-dev angular-cli@webpack 👍 |
that's also not obvious at all 😄 |
This has been fixed already and is included in the nexrt release today or tomorrow. |
I didn't know my commit in my little learning project would show up here just because I mentioned this issue for my own reference :) Anyway, I followed the instructions here to install and create a project from scratch. I also followed the recommendations above: npm cache clean inside the project, then removed the caret (^) from package.json, reran npm install. But I still get this error when running |
@cmermingas . I am facing the same issue. I have tried npm install --save-dev angular-cli@webpack. Also removed the crate in package.json. |
same problem for me with angular-cli@1.0.0-beta.11-webpack.2
5) ng github-pages:deployng github-pages:deploy throws the error: "no angular cli-build.js found" |
and i did all of it, install angular-cli local puts ^ in front but that doesnt work. |
@cmermingas @srivasrk @stefanaerts there was a separate problem affecting the github deploy functionality that has been fixed in #1633 and is pending release. |
I'm getting this error too. |
This error is still not fixed with "angular-cli": "^1.0.0-beta.11-webpack.8", my build server fails without it works |
I had to install awesome-typescript-loader as a dev dependency after running |
I'm having this problem today, the angular-cli seems like a great idea but continues to have numerous bugs |
Guys, this ticket already closed due to new releases of cli (for instance with beta 16 everything works as it should) PS. Try to update to latest, should help |
where angular-cli-build.json: in project angular-cli |
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. |
ng --version
. If there's nothing outputted, please rundo on your code? etc.
more information.
PS. https://github.com/angular-cli/angular-cli/blob/master/TRANSITION.md#user-content-brocfile-transition - doesn't exist 😄
The text was updated successfully, but these errors were encountered: