nx: 15.8.1 : The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
Current Behavior
After upgrading from 15.7.2 to 15.8.1 , I have these errors :
NX Failed to run update-configs-jest-29 from @nrwl/jest. This workspace is NOT up to date! NX The “data” argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
I can’t serve my app anymore
I also have this error when I nx serve my app :
NX The “data” argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
I have to revert, and try later
Expected Behavior
Going on working on my projects
GitHub Repo
No response
Steps to Reproduce
- Migrate from 15.7.2 to 15.8.1
Nx Report
I have this error with nx report command: > NX The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
Failure Logs
No response
Additional Information
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 2
- Comments: 16
same issue here after updating to 15.8.1.
The same problem is on our side in precisely the same case. And the same error happens with any
nxcommand.