Git Product home page Git Product logo

Comments (9)

jrop avatar jrop commented on May 31, 2024 6

I am getting the following error in [email protected]:

❯ degit --help
(node:57494) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/Users/jonathan/.config/nvm/10.17.0/lib/node_modules/degit/dist/help.md'
    at Object.openSync (fs.js:443:3)
    at Object.readFileSync (fs.js:343:35)
    at main (/Users/jonathan/.config/nvm/10.17.0/lib/node_modules/degit/dist/bin.js:5514:5)
    at Object.<anonymous> (/Users/jonathan/.config/nvm/10.17.0/lib/node_modules/degit/dist/bin.js:5627:1)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)
(node:57494) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:57494) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

from degit.

shvargon avatar shvargon commented on May 31, 2024 2

@assoft
Sorry my bad english.

The file lies on the directory above @jrop already made a request for fix pull 179.
Although it might be better to copy the file to dist.

from degit.

davclark avatar davclark commented on May 31, 2024 2

This still appears to be an issue?

from degit.

nake89 avatar nake89 commented on May 31, 2024 1

This issue among others are fixed in community driven fork https://github.com/tiged/tiged. 🙂 More info here: #258
Maintainers (and stars) welcome. 😊

from degit.

Rich-Harris avatar Rich-Harris commented on May 31, 2024

ah, whoops. I know why this happened — should get a chance to fix it later today

from degit.

assoft avatar assoft commented on May 31, 2024

I have the same problem. Is there anyone to deal with this?

from degit.

keerthivasan-r avatar keerthivasan-r commented on May 31, 2024

Instead of code change, can we move the help.md file into dist directory during build. we can leverage rollup-plugin-copy for copying the help.md. What do you think? we will definitely need this feature

plugins: [ copy({ targets: [ { src: 'help.md', dest: 'dist' } ] }) ]

Let me know, I can give a PR

from degit.

TMorgan99 avatar TMorgan99 commented on May 31, 2024

I'm getting this too.
It appears the help.md is not in the right place.
As a workaround, just avoid using the --help option.

from degit.

kfnx avatar kfnx commented on May 31, 2024

I'm getting a similar error

Screenshot 2020-10-13 at 20 28 02

my machine use Node v12.18.1 and Mac OS Catalina 10.15.5

Besides that error warning degit command work normally

from degit.

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.