Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild on Windows 8: npm EBADPLATFORM error #12293
Comments
|
|
|
@DzmitryShylovich maybe it would be a good idea to mention what the platform requirements are to build angular inside |
|
@DzmitryShylovich Usually, installing other packages, on Windows, you get the following messages for that dep:
It is a warning, not an error and the other deps are installed. What is your point? Cannot build angular on Windows? |
Then you should have a look at the prerequisites.
With Node.js 5.x you get the warning that @DzmitryShylovich mentioned. I think this could be closed. |
|
Yeh, for now we require Node.js, (version >=5.4.1 <6) |
|
Thanks for the reply. In Indeed I read in the doc Node.js, (version >=5.4.1 <6), but I thought it was a typo or an outdated info. |
|
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. |
I'm submitting a ... (check one with "x")
Current behavior
Trying to build angular following the steps suggested in DEVELOPER.md doc.
I cloned the project
git clone https://github.com/angular/angular.gitand executednpm install(node 6.8.0 and npm 3.10.8):npm fails to install the deps.
Expected behavior
I expect no EBADPLATFORM error, installing the deps.
I tried
npm installwith cmd and git bash (2.10.1) shells: same result.Minimal reproduction of the problem with instructions
See above how to reproduce the error.
Similar to #8815, but it is not the same, because I cloned the project.
What is the motivation / use case for changing the behavior?
I cloned locally the repo to contribute.
Please tell us about your environment:
Windows 8.1 (Version 6.3 - Build 9600)
node v6.8.0
npm v3.10.8
Angular version: master
Browser: [not applicable]
Language: [not applicable]
Node (for AoT issues): not applicable