TypeError: path.charCodeAt is not a function #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to build the language example I get the following error:
Does this happen after you run
npm installin a fresh clone of this repository?Yes, happens right after
npm installon a fresh clone or after runingrollup -cmanually.My node version is
v16.15.0and I'm running it on WSL2Odd. On my system (Linux, node 16, npm 8) I can install and build without issue.
Okay this is really odd indeed, I switched to
rollup-plugin-esbuildand everything works againI'm also getting this issue. Mac, node 18, yarn 1.22.17
Edit: figured it out with
rollup-plugin-esbuildas wellI think the dependency
rollup-plugin-tshas to be updated. After runningnpm i rollup-plugin-ts@latest(currently 3.0.2) I am no longer seeing this error.@corwin-of-amber Thanks for that tip! I was getting the exact same issue (Win 10, node 16, npm 8). I'm not familiar with rollup (webpack user here) so that saved me a ton of time.
Windows 10, node 18.4.0, npm 7.2.0, also saved by @corwin-of-amber 's observation
Submitting a patch to fix