Skip to content
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

Build fail on my system #6497

Closed
khanner74 opened this issue May 1, 2016 · 2 comments
Closed

Build fail on my system #6497

khanner74 opened this issue May 1, 2016 · 2 comments
Labels
invalid Issues and PRs that are invalid.

Comments

@khanner74
Copy link

  • Version:
  • Platform:
  • Subsystem:

It says:
106789 error Tell the author that this fails on your system:
106789 error node scripts/build.js

I've attached the log file.

npm-debug.txt

@Trott
Copy link
Member

Trott commented May 1, 2016

From the npm-debug.txt file you attached:

this is most likely a problem with the node-sass package,

Try reporting this at https://github.com/sass/node-sass/issues.

Although judging from sass/node-sass#1504, that package does not yet work with Node v6.0.0 so the solution may be to install and run with Node v5 or v4 instead.

@mscdex mscdex added the invalid Issues and PRs that are invalid. label May 1, 2016
@mscdex
Copy link
Contributor

mscdex commented May 1, 2016

This isn't a node bug. Also FWIW the version of node-sass being installed isn't even the latest version for some reason despite ionic-app-lib using a caret in its node-sass dependency version so it should have downloaded node-sass 3.6.0 instead of 3.4.2 if this installation was recent. Either way, this is best taken up with node-sass and/or possibly ionic-app-lib.

Unfortunately npm-debug.txt does not contain the actual output of the script (it should show up in your console though) so it's hard to say what went wrong. It could be that it failed during compilation of node-sass for one reason or another (such as what @Trott pointed out or that you don't have a compiler installed or something else).

@mscdex mscdex closed this as completed May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Issues and PRs that are invalid.
Projects
None yet
Development

No branches or pull requests

3 participants