Code Monkey home page Code Monkey logo

Comments (7)

SergeyKhodussov avatar SergeyKhodussov commented on June 27, 2024 1

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"
}

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

I think the bower.json file should use resolutions.

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

Can you actually try to use this instead in the json file:
https://gist.github.com/AndreYonadam/1ef8a93ee4dbfd922083e1d59ff88260

from codeflask.

SergeyKhodussov avatar SergeyKhodussov commented on June 27, 2024

I think you should set required version like this:

  "dependencies": {
    "jquery": ">=1.7.1"
  },

for example - https://github.com/uxsolutions/bootstrap-datepicker/blob/master/bower.json

from codeflask.

SergeyKhodussov avatar SergeyKhodussov commented on June 27, 2024

Nevertheless, I tried your option - did not help.

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

Interesting. I think @kazzkiq might be able to help out here since I'm not that used to BOWEL. I tried Google'ing the issue and there are quite a lot of results, just not about "prism" specifically.

from codeflask.

AndreYonadam avatar AndreYonadam commented on June 27, 2024

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

from codeflask.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.