We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node version: tried 14, 16 and 19
After node installation, the first error was python not found. then I had set the config for the same using:
npm config set python python3
Tried npm install and yarn install. Neither works. Says the following error:
npm install
yarn install
File "<string>", line 1 npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
So basically, setup, which is the first step, doesn't go well.
The text was updated successfully, but these errors were encountered:
You can use my fork until they merge my pull request.
More details here: #1141
Sorry, something went wrong.
+1 running into the same issue
I fixed the problem by updating packages and modifying the gulpfile, as the initial setup did not work on my system with Apple M processors.
bm1-phillip/foundation-emails-template
No branches or pull requests
Node version: tried 14, 16 and 19
After node installation, the first error was python not found. then I had set the config for the same using:
Tried
npm install
andyarn install
. Neither works. Says the following error:So basically, setup, which is the first step, doesn't go well.
The text was updated successfully, but these errors were encountered: