Coder Social home page Coder Social logo

Comments (6)

stephenmathieson avatar stephenmathieson commented on July 17, 2024

I don't understand what you're suggesting. Can you provide more detailed reproduction steps? npm install grunt-jslint works.

from grunt-jslint.

DavidJapan avatar DavidJapan commented on July 17, 2024

When I first discovered your plug-in a few weeks ago, the npm install grunt-jslint command worked as expected and I had a full working plug-in, but when I did that in the last couple of days, the jslint folder for Douglas Crockford's application was missing. I had to copy those files manually from a previous installation to the clear the error. Have you tried it recently? Am I missing something? Has something just recently changed?

from grunt-jslint.

stephenmathieson avatar stephenmathieson commented on July 17, 2024

Yes, you've got to be missing something.

[email protected] on npm has the JSLint submodule in the /jslint/ directory.

from grunt-jslint.

stephenmathieson avatar stephenmathieson commented on July 17, 2024

If you're working with a git repository (not the 0.2.5 tag from npm), you'll have to pull down the submodule (using git bash or your terminal):

cd /path/to/your/clone-or-fork/
git submodule update --init

from grunt-jslint.

DavidJapan avatar DavidJapan commented on July 17, 2024

Sorry to keep on about this but when I run npm install grunt-jslint from the command line it doesn't install the jslint folder. When I run npm install [email protected] it runs correctly and a fully populated jslint folder is included in the installation. Either there's something wrong when you run npm install without the 0.2.5 tag or perhaps you need to update your installation instructions to include that 0.2.5 tag.

from grunt-jslint.

stephenmathieson avatar stephenmathieson commented on July 17, 2024

https://registry.npmjs.org/grunt-jslint says the latest tag is 0.2.5 (curl -k ..., if you don't believe me), so unless you're specifying another version (manually or in package.json), you're receiving 0.2.5.

0.2.5 on the npm registry is this tarball: http://registry.npmjs.org/grunt-jslint/-/grunt-jslint-0.2.5.tgz. this tarball contains the submodule in the correct subdirectory.

from grunt-jslint.

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.