question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I can't use prism 1.6.0 because BOWEL want to use 1.0.1 version only.

See original GitHub issue

Could you fix bower.json? I can’t use prism 1.6.0 because BOWEL want to use 1.0.1 version only:

bower - ECONFLICT Unable to find suitable version for prism

"dependencies": {
    "prism": "~1.0.1"
  },

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
SergeyKhodussovcommented, Jan 26, 2017

I tried to use this variation and it helped me:

{
  "name": "codeflask.js",
  "version": "0.2.0",
  "homepage": "http://kazzkiq.github.io/CodeFlask.js/",
  "repository": {
    "type": "git",
    "url": "git://github.com/kazzkiq/CodeFlask.js"
  },
  "authors": [
    "Claudio Holanda"
  ],
  "dependencies": {
    "prism": ">=1.0.1"
  },
  "description": "A micro code-editor for awesome web pages.",
  "main": [
    "src/codeflask.js",
    "src/codeflask.css"
  ],
  "keywords": [
    "code-editor",
    "plugin",
    "syntax-highlight"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "_release": "0.2.0",
  "_resolution": {
    "type": "version",
    "tag": "v0.2.0",
    "commit": "38ca9fb047d047a8ccbec78908057f11249d851e"
  },
  "_source": "https://github.com/kazzkiq/CodeFlask.js.git",
  "_target": "0.2.0",
  "_originalSource": "codeflask"
}
0reactions
AndreYonadamcommented, Jan 26, 2017

@SergeyKhodussov Thanks for sharing that. I’m sure someone else can make use of it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Package parity with scoop main and extras buckets #906
This is primarily a tracking issue for myself with the intent to add packages not yet included from Scoop, make sure they use...
Read more >
PRISM Manual | Main / Real-time Models
If you wish to use the command-line version of PRISM on Windows, open a command prompt window and type for example:.
Read more >
Obstructed Defecation Syndrome - Cleveland Clinic
Obstructed defecation syndrome (ODS) is a functional pooping disorder. It's characterized by constipation, straining to poop and incomplete ...
Read more >
Open Source Used In Firepower Threat Defense (FTD ... - Cisco
This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in...
Read more >
Constipation - Seattle Children's
Reason: some children refuse to use public toilets. Some children postpone stools because they are too busy to sit down. Slow passage of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found