the-new-mutants / .github

0 stars 0 forks source link

environment setup #1

Open tdoshea90 opened 4 months ago

tdoshea90 commented 4 months ago

git

ssh-keygen -t ed25519 -C "tdoshea90@yahoo.com"

https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key

gpg: /c/Users/Timo/.gnupg/trustdb.gpg: trustdb created
gpg: directory '/c/Users/Timo/.gnupg/openpgp-revocs.d' created
gpg: revocation certificate stored as '/c/Users/Timo/.gnupg/openpgp-revocs.d/27E6A7DC5B99A91A01FA5EBED2029CE3C8299A15.rev'
public and secret key created and signed.

containers

tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago

azure-webapps.node-yml

tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago

I found the solution. I had to to do this: In Azure App Service -> Settings -> Configuration -> Startup Command -> "pm2 serve /home/site/wwwroot/dist --no-daemon --spa"

tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago
tdoshea90 commented 4 months ago

https://code.visualstudio.com/docs/devcontainers/containers

tdoshea90 commented 4 months ago

You may need to use '--force' when installing, or add the following to your package.json: "overrides": { "eslint": "^9.6.0" }

https://github.com/eslint/eslint/discussions/18131

tdoshea90 commented 4 months ago
codespace ➜ /workspaces/lethal-legion (devo) $ npx eslint src/*

Oops! Something went wrong! :(

ESLint: 8.57.0

ESLint couldn't find a configuration file. To set up a configuration file for this project, please run:

    npm init @eslint/config

ESLint looked for configuration files in /workspaces/lethal-legion/src and its ancestors. If it found none, it then looked in your home directory.

If you think you already have a configuration file or if you need more help, please stop by the ESLint Discord server: https://eslint.org/chat