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

Package listed in package.json is installed in bower.json #1055

Closed
aiphee opened this issue Oct 14, 2016 · 1 comment
Closed

Package listed in package.json is installed in bower.json #1055

aiphee opened this issue Oct 14, 2016 · 1 comment
Labels

Comments

@aiphee
Copy link

aiphee commented Oct 14, 2016

BUG

When i try to yarn, package listed in package.json (as git repository) is installed in bower_components directory.

Package installed in bower_components: foundation-icon-fonts
while also git CKEditor-CodeMirror-Plugin is installed in node_modules

here is my package.json:

{
  "name": "kerava",
  "version": "1.0.0",
  "main": "gulpfile.js",
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-load-plugins": "^1.1.0",
    "gulp-sass": "^2.1.0",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglifycss": "^1.0.6"
  },
  "scripts": {
    "start": "gulp",
    "build": "gulp sass"
  },
  "author": "CeSYS",
  "license": "proprietary",
  "private": true,
  "dependencies": {
    "foundation-icon-fonts": "https://github.com/zurb/foundation-icon-fonts.git",
    "CKEditor-CodeMirror-Plugin": "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin.git",
    "ckeditor": "^4.5.11",
    "foundation-sites": "^6.2.4-rc1",
    "jquery": "^3.1.1",
    "jquery-migrate": "^3.0.0",
    "lightbox2": "^2.8.2",
    "slick-carousel": "^1.6.0"
  }
}

CentOS 7

@sebmck
Copy link
Contributor

sebmck commented Oct 26, 2016

We've removed support for Bower, see #1441.

@sebmck sebmck closed this as completed Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants