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

bundled dependency [email protected] has no node@6 binary #1008

Closed
robrich opened this issue May 18, 2016 · 1 comment
Closed

bundled dependency [email protected] has no node@6 binary #1008

robrich opened this issue May 18, 2016 · 1 comment

Comments

@robrich
Copy link

robrich commented May 18, 2016

[email protected] has a bundleDependency of ionic-app-lib 0.7.0. ionic-app-lib 0.7.0 depends on node-sass ^3.2.2. node-sass 3.2.2 has no node 6.x binary.

When a user runs npm install ionic -g, the ionic tarball downloaded contains [email protected] and [email protected], so the latest semver appropriate node-sass is not installed. Then the node-sass install script runs, downloading the binary from https://github.com/sass/node-sass/releases. [email protected] doesn't have a node@6 binary, so it falls back to building one. For windows users, this means they must install Python and Visual Studio.

ionic-team/ionic-app-lib#101 gets the latest node-sass into ionic-app-lib. Once published, a new ionic-cli will need to be published to get the new bundled dependency included in ionic.

As a temporary work-around, windows users can downgrade node to 5.x or earlier.

@ionitron-bot
Copy link

ionitron-bot bot commented Jul 12, 2018

Thanks for the issue! This issue appears to be associated with an old version of the Ionic CLI. Please update to the latest CLI version, which supports all versions of the Ionic Framework. If the issue is relevant and if it persists after updating to the latest CLI version, please create a new issue.

Thank you for using Ionic!

@ionitron-bot ionitron-bot bot closed this as completed Jul 12, 2018
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants