-
Notifications
You must be signed in to change notification settings - Fork 244
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
amp-toolbox does not build on Windows #668
Comments
Is the |
That's part of the problem. In general though, all npm |
I think the problem here is that the Windows shell doesn't support globbing, so The next easiest fix might be to use So |
The
The fix for this one is to explicitly invoking ...
"scripts": {
"postinstall": "node scripts/init.js"
},
... @ithinkihaveacat I've been using |
Windows 10 64bit (Version 1909)
node.js 12.16.0
npm 6.13.4
npm run build
The text was updated successfully, but these errors were encountered: