You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Projects on Meteor 2.3+ will see this error when building on local
internal/fs/utils.js:811
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
at Object.writeFileSync (fs.js:1521:5)
at Module.<anonymous> (/home/evan/.meteor/packages/meteor-tool/.2.6.0.vf20yq.9k39d++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/tools/fs/tools/fs/files.ts:1493:23)
at packages/meteor-desktop-bundler/bundler.js:869:48
at runAsync (/home/evan/devel/coygo/webapp/node_modules/@babel/core/lib/transformation/index.js:40:10)
at /home/evan/devel/coygo/webapp/node_modules/@babel/core/lib/transform.js:34:34
at processTicksAndRejections (internal/process/task_queues.js:77:11) {
code: 'ERR_INVALID_ARG_TYPE'
}
The text was updated successfully, but these errors were encountered:
See wojtkowiak#303
Projects on Meteor 2.3+ will see this error when building on local
The text was updated successfully, but these errors were encountered: