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
Description
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 commentedon Oct 21, 2019
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 commentedon 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.
Super-Eric commentedon Oct 25, 2019
Thank you very much @tunnckoCore. I have installed 5.4.3 and it is working great for me now.
tunnckoCore commentedon Oct 25, 2019
Great to hear, you can star and "Watch Releases" for the repo. :)
And also heck the upcoming v6 tunnckoCore/opensource#72