Skip to content
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

Lab 7 - NPM run build failing #174

Open
LewisGoDeploy opened this issue Oct 15, 2024 · 0 comments
Open

Lab 7 - NPM run build failing #174

LewisGoDeploy opened this issue Oct 15, 2024 · 0 comments

Comments

@LewisGoDeploy
Copy link

Lab: 07

Exercise 1

Task: 1.4

Step: 11

Description of issue

npm run build is failing after making visual studio code changes as per the guide, see screenshot for error:
image

Edited the .ESLINTRC.JSON file to include the below as per this issue raised a while ago: #124

"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-unused-vars": "off",
"no-undef" : "off"

Received a different error this time:
image

Lab 7 doesn't seem to work following the guide

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