Skip to content

Tutorial does not work with issues #12

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

Open
shawncx opened this issue Oct 30, 2020 · 0 comments
Open

Tutorial does not work with issues #12

shawncx opened this issue Oct 30, 2020 · 0 comments

Comments

@shawncx
Copy link

shawncx commented Oct 30, 2020

I am following this tutorial. Here's the issues I found:

  1. Gulp 3 is not compatible with Node 12+. Here's the workaround: https://timonweb.com/javascript/how-to-fix-referenceerror-primordials-is-not-defined-error/
  2. --runtime "NODE|6.9" is no longer supported by web app. After changing to NODE|10.10, it pass.
  3. Following node and npm versions are not in the git supported list, which cause deployment failed.
"engines": {
    "node": "6.9.1",
    "npm": "3.10.8"
  }
  1. During deployment, npm run bower failed with Permission denied. Not figure out how to make it pass yet...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant