troubleshooting - BlueOakJS/generator-blueoak GitHub Wiki

yo blueoak:

  • If yo blueoak fails to install an npm package:
    • Verify that all prerequisites are installed and up to date.
    • run npm config list
      • Is your registry setting correct? i.e. https://registry.npmjs.org/
        • If not, run npm config set registry https://registry.npmjs.org/ to change registry back to default
      • navigate to [project_Name]/client
      • run npm install to attempt to install missing packages from earlier
        • Note: You may need to run npm login in order to install scoped packages (e.g @pointsource/blueoak-build). This will require an npmjs.org account. Create an account if necessary and use your credentials when prompted by npm login.

github ssh key

Note: You will need to setup your github account with an ssh key if you have not previously done so. See: https://help.github.com/articles/generating-ssh-keys/ for information and instructions. Try running a git command that requires SSH on the command line to verify that this issue is resolved.

⚠️ **GitHub.com Fallback** ⚠️