-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
yarn : 依赖: nodejs (>= 4.0.0) 但是它将不会被安装 #1042
Comments
Hi @smalike! I don't know Chinese, but it looks like you're asking about the |
@smalike 我在 Ubuntu 上可以安裝 |
error in Dockerfile apt-get install yarn FROM buildpack-deps:jessie
[...]
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
apt-get update && \
apt-get install -y \
nodejs yarn xvfb chromium libgconf-2-4 openjdk-7-jre-headless && \
rm -rf /var/lib/apt/lists/*
[...] |
Should be fixed I reckon |
源码安装 nodejs 6.0.0,执行 sudo apt-get install yarn 得到提示:
GOOGLE TRANSLATION BELOW - edit by @thejameskyle
Source installed nodejs 6.0.0, the implementation of sudo apt-get install yarn was suggested:
The following packages have unmet dependencies:
Yarn: Dependency: nodejs (> = 4.0.0) But it will not be installed
E: The error can not be fixed because you are asking some packages to stay in the status quo, that is, they break dependencies between packages.
The text was updated successfully, but these errors were encountered: