Will not run if there is a space in userprofile path
SnowSquire opened this issue · 3 comments
SnowSquire commented
CodeNode21 commented
Any way around this? I've tried renaming my username but looks like I have to recreate the whole account just to remove the space.
SnowSquire commented
you can use regedit, just follow the instructions carefully
https://www.tenforums.com/tutorials/89060-change-name-user-profile-folder-windows-10-a.html
…On Thu, Nov 19, 2020, 4:48 PM Mat Bednara ***@***.***> wrote:
Any way around this? I've tried renaming my username but looks like I have
to recreate the whole account just to remove the space.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTAFZET7CPXO2F4H6RBGQDSQWHB5ANCNFSM4TMZSFKQ>
.
flyingonionman commented
Temporary solution
run
npm config set cache C:\tmp\nodejs\npm-cache --global
Then
npx tsconfig.json
Do not know if this a good method, but it works