Giter Site home page Giter Site logo

Typo in require fs-ext about pencilcode HOT 3 CLOSED

pencilcode avatar pencilcode commented on July 19, 2024
Typo in require fs-ext

from pencilcode.

Comments (3)

xinan avatar xinan commented on July 19, 2024

I notice that in the package.json, the version for fs-ext is stated as 'latest', but npm keeps trying to install an old version which will fail to install. Then I ran "npm update" and the issue gets resolved. I'm a bit confused here. Can someone explain this to me? Thanks!
(npm and node are latest version)

from pencilcode.

xinan avatar xinan commented on July 19, 2024

Oh I've found that it is because the npm-shrinkwrap file locked the versions of the dependencies. And somehow the [email protected] can't be installed on my machine. I removed the lock and it works fine now.

from pencilcode.

hussien89aa avatar hussien89aa commented on July 19, 2024

To fix that go to package.json
and change there dependencies here
"fs-ext": "latest",
"fs-extra": "latest"

Then run this command from the terminal
npm install --save fs-extra
npm install --save fs-ext

Problem is fixed

from pencilcode.

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.