22 Replies
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Where would that be located?
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Oh sorry I misunderstood what you meant by
output of the tsconfig.json
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
I haven't changed anything about the template. I'm also using npm
10.9.0
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
I'm on a apple silicon macbook. I've tried on windows and intel macbook and they work. Do you think this could be related and I might be SOL?
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
I followed those instructions and it got me here.
I think I'll just try a manual installation using a different package manager. Thanks!
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Same problem with starting a bare bones game template project with just roblox ts. I think this might be an apple silicon issue.
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Yes, the issue is coming from the
fs-extra
dependency after running any of the build
or watch
commands.Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
No, same error
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
I think this is a larger issue with the difference in cpu architecture as
fs-extra
deals with paths.
It's ok, I don't think either of us can solve this issue.Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Tested it differently with dirty debugging, It says they're both 'src'
Can try your way later
Still having this issue. If you have time, I've logged the value of
item
Getting this error on an M3 cpu Macbook. Using npm
, bun
produced the same results. Pretty sure this is something deeper with fs-extra
.
Looks like there is a weird thing going on here
I printed it out differently
Shouldn't dest have gone to /out?
It's a folder
I can manually get it to work if I hardcode the dest path lol!