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
I'm using package version 5.10.0 and node version is 16.15.0 getting this error while running npm run build command hostOrText.readFile is not a function
To Reproduce
Steps to reproduce the behavior:
npm run build
Screenshots
Environment information:
Node version: 16.15.0
OS: Windows 10
The text was updated successfully, but these errors were encountered:
It's a pretty old version you are working with, can't you update to a later one?
Other than that it looks like it's an error with rollup-plugin-typescript so I guess you might have either a too recent version of it, or an outdated one. Try and remove node_modules and then run npm ci to get an iso build.
Describe the bug
I'm using package version 5.10.0 and node version is 16.15.0 getting this error while running npm run build command hostOrText.readFile is not a function
To Reproduce
Steps to reproduce the behavior:
Screenshots
Environment information:
The text was updated successfully, but these errors were encountered: