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

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

Closed
sky172839465 opened this issue Oct 21, 2019 · 4 comments
Closed

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

sky172839465 opened this issue Oct 21, 2019 · 4 comments

Comments

@sky172839465
Copy link

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

@Super-Eric
Copy link

Thank you for raising the issue ;-) I have to work around this one by using:
npm install [email protected]

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

@tunnckoCore
Copy link
Owner

tunnckoCore commented Oct 25, 2019

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
Copy link

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

@tunnckoCore
Copy link
Owner

tunnckoCore commented Oct 25, 2019

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants