-
-
Notifications
You must be signed in to change notification settings - Fork 737
install codeceptjs versi 2.3.3 get respond error "cannot find module './utils" #1976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same problem, you can install |
Thanks @sky172839465 , that worked for me!
It might be a codeceptjs dependency that's failing. I went back a minor version to 2.3.1 when the error occurred, and there the same happened this morning |
@sky172839465 how did you figured out that this is the dependency which requires the not available module? |
@pablopaul my functional test's error log told me which line throw error Error: Cannot find module './utils'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
at Function.Module._load (internal/modules/cjs/loader.js:506:25)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
- at Object.<anonymous> (/xxx/node_modules/parse-function/dist/cjs/index.js:1:731)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3) I have been report an issue to parse-function's repo, hope this issue can be fixed ASAP. |
hi @sky172839465 thanks for you solutions. |
Install latest I'm in times of migration to monorepo for all my stuff and there can be bugs, so frequent updates may be needed for some time. Sorry for the problems :) |
I am install codeceptjs new version and follow step by step install "https://codecept.io/quickstart"
but get respond error " cannot find module './utils'".
step by step :
geeting respond = cannot find module './utils'
maybe codeceptjs versi 2,3,3 is corrupt?
The text was updated successfully, but these errors were encountered: