Giter Site home page Giter Site logo

Comments (6)

isaacs avatar isaacs commented on August 10, 2024

That zip file contains the package.json for graceful-fs. What's in the package.json for your project?

from node-graceful-fs.

isaacs avatar isaacs commented on August 10, 2024

Maybe try this? npm install graceful-fs@latest --save to install the latest and also save it to your project's package.json file.

from node-graceful-fs.

Horiatu avatar Horiatu commented on August 10, 2024

tx issacs,

I tried that, at first I thought it was working, but this is what I got:

F:\polymer-starter-kit-1.2.3>npm install graceful-fs@latest --save
F:\polymer-starter-kit-1.2.3
└── [email protected]

F:\polymer-starter-kit-1.2.3>npm -v graceful-fs
3.3.12

This is the package from the starter kit:
package.zip

It does not work for plenty of errors, but the first reported error is the version of graceful-fs.
(I'm new to npm, I just wanted to install the starter-kit and go on with polymer, but seems that is not so easy...)

from node-graceful-fs.

isaacs avatar isaacs commented on August 10, 2024

HAHah, omg, I'm so sorry, I should've caught this.

npm -v is a shorthand for npm --version. It prints the npm version when you do that, and ignores all other arguments.

I think what you're looking for is maybe npm ls graceful-fs.

from node-graceful-fs.

isaacs avatar isaacs commented on August 10, 2024

By the way, I'm laughing at myself, not at you. I should know how npm works, sorry, I'm feeling a little bit embarrassed.

from node-graceful-fs.

Horiatu avatar Horiatu commented on August 10, 2024

No hard feeling. In fact thanks!

Still running the starter kit package I'm getting errors - lot of them - starting like this:

F:\polymer-starter-kit-1.2.3>npm ls graceful-fs
F:\polymer-starter-kit-1.2.3
└── [email protected]

F:\polymer-starter-kit-1.2.3>npm install
npm WARN install Couldn't install optional dependency: Unsupported
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fai
l on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possibl
e.
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade
to lodash@^4.0.0.
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fai
l on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possibl
e.
...

I have no clue what's wrong and how to continue...

from node-graceful-fs.

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.