-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile SCSS using Gulp #28
Comments
This is on Windows? Where is the repo located, is it really deep in the directory structure? Windows has a limit of 260 chars in a path name for many operations. The partial path it's complaining about is EDIT: Microsoft docs on the issue and a Windows 10 registry option to enable longer paths: https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation |
Thanks for taking a look. I've been running this in a Docker container via a MacOS. It's a pretty simple setup as the app is brand new:
|
This is possibly related to a bug in the theme files in USWDS |
@thisisdano Thanks for the tip. I installed the patch but it did not resolve the issue. The readout is the same as before. |
OK, thanks — we'll keep at it |
This case looks very similar, but is unresolved AFAICT: What kind of Mac is this? Is it an M1? |
I'm on the old intel core 7 (2019) but this issue was repeated on the various macs of my coworkers. |
Related to #20. |
@jauschalley could you try the fix I did in #23 We are also having an issue compiling inside docker and the issue appears to be with the sass-embedded node module. |
Can close in favor of #32 |
My team is having trouble with the initial installation of USWDS 3.0 with React 18 and Node 16.10. When running
npx gulp init
We are dying on the following error though the directory it is claiming is missing is definitely in the correct location;Here is our Gulpfile
Our package.json;
This is a brand new application so there isn't much else going on. Let me know if you'd like more details.
The text was updated successfully, but these errors were encountered: