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
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
at Object.writeFileSync (fs.js:1460:5)
at Object.exports.build (C:\source\principleworx\blazor\Leaflet.TileLayer.Fallback\build\build.js:106:12)
The text was updated successfully, but these errors were encountered:
Indeed, strangely the first time the build is run (and also on first npm install), this error is reported, probably because the build script tries to read a file that does not exist yet.
But on next builds, everything works fine.
Therefore you should be good by simply running the build script again.
I do not think I will have the opportunity to debug this myself unfortunately. PR welcome! :-)
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
at Object.writeFileSync (fs.js:1460:5)
at Object.exports.build (C:\source\principleworx\blazor\Leaflet.TileLayer.Fallback\build\build.js:106:12)
The text was updated successfully, but these errors were encountered: