Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

V5.3.2 Error: Cannot find module './utils' #202

Closed
@sky172839465

Description

@sky172839465

In @5.3.2 cjs/index.js throws the following error:

Error: Cannot find module './utils'
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.Module._load (module.js:475:25)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (xxx/node_modules/parse-function/dist/cjs/index.js:1:731)

Seems doesn't bundle utils.js into index.js

Activity

Super-Eric

Super-Eric commented on Oct 21, 2019

@Super-Eric

Thank you for raising the issue ;-) I have to work around this one by using:
npm install parse-function@5.3.1

As the library codeceptjs has this one as the dependency ;-)

tunnckoCore

tunnckoCore commented on Oct 25, 2019

@tunnckoCore
Owner

Sorry, for the delay, it's hard to handle so many notifications and easy to miss.

This isn't the home for the package for a long time. Before few months I moved it to couple places. Now finally it's on my monorepo where I'm moving everything and is pretty stable.

Please install 5.4+.

https://github.com/tunnckoCore/opensource/

For easier access to my or other repos actual home, you can use https://ghub.now.sh service.

GitHub
Delivering delightful digital solutions. JavaScript Open Source Monorepo, semantically versioned following @conventional-commits. Fully powered by Jest, @babel TypeScript, @airbnb @eslint + @pretti...
Super-Eric

Super-Eric commented on Oct 25, 2019

@Super-Eric

Thank you very much @tunnckoCore. I have installed 5.4.3 and it is working great for me now.

tunnckoCore

tunnckoCore commented on Oct 25, 2019

@tunnckoCore
Owner

Great to hear, you can star and "Watch Releases" for the repo. :)

And also heck the upcoming v6 tunnckoCore/opensource#72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tunnckoCore@sky172839465@Super-Eric

        Issue actions

          V5.3.2 Error: Cannot find module './utils' · Issue #202 · tunnckoCore/parse-function