-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Problem: The npm run preprocess fails with message: "TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Object".
OS: Mac OS 10.15.4
Node: 14.2.0
Version: With HEAD on 5010b80.
The cause of the problem is in the tasks/util/update_version.js The falafel package returns an Object, but fs.writeFile expect string, Buffer, TypedArray or DataView.
Metadata
Metadata
Assignees
Labels
No labels