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
Make a folder with a space in the name, such as D:\some folder
Clone the Fabric Git repo into that folder
cd into the folder and npm run build
There will be a build error about the path D:\some not existing.
(This was initially filed under #7442 but root cause investigation/fix was moved to this issue per @micahgodbolt's request.)
Investigation
One issue is with the way install-run-rush.js spawns Rush in a child process, and I have a fix for that at microsoft/rushstack#1003. This affects both Windows and Mac.
There's also some issue with either Fabric's build scripts or one of their dependencies--the failure to build set-version occurs during the Jest step, but I'm still working on figuring out why. This only affects Windows.
The text was updated successfully, but these errors were encountered:
Repro steps
D:\some folder
npm run build
There will be a build error about the path
D:\some
not existing.(This was initially filed under #7442 but root cause investigation/fix was moved to this issue per @micahgodbolt's request.)
Investigation
One issue is with the way
install-run-rush.js
spawns Rush in a child process, and I have a fix for that at microsoft/rushstack#1003. This affects both Windows and Mac.There's also some issue with either Fabric's build scripts or one of their dependencies--the failure to build set-version occurs during the Jest step, but I'm still working on figuring out why. This only affects Windows.
The text was updated successfully, but these errors were encountered: