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
nuxt package.json: { "name": "project", "version": "1.0.0", "private": true, "scripts": { "dev": "nuxt", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate", "lint:js": "eslint --ext ".js,.vue" --ignore-path .gitignore .", "lint": "yarn lint:js", "lintfix": "yarn lint:js --fix" }, "dependencies": { "@nuxtjs/axios": "^5.13.6", "bootstrap": "^4.6.2", "bootstrap-vue": "^2.22.0", "core-js": "^3.25.3", "nuxt": "^2.15.8", "nuxt-mail": "^3.1.14", "vue": "^2.7.10", "vue-server-renderer": "^2.7.10", "vue-template-compiler": "^2.7.10" }, "devDependencies": { "@babel/eslint-parser": "^7.19.1", "@nuxtjs/eslint-config": "^11.0.0", "@nuxtjs/eslint-module": "^3.1.0", "eslint": "^8.24.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^9.5.1" } }
The text was updated successfully, but these errors were encountered:
I have the same problem, also on Nuxt 2.
Nuxt 2
Sorry, something went wrong.
@dSchaexn, were you able to make any progress on this item?
This part which makes it problematic is adding nuxt-mail to nuxt.config.js.
nuxt-mail
nuxt.config.js
No branches or pull requests
nuxt package.json:
{
"name": "project",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext ".js,.vue" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"lintfix": "yarn lint:js --fix"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.25.3",
"nuxt": "^2.15.8",
"nuxt-mail": "^3.1.14",
"vue": "^2.7.10",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"eslint": "^8.24.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.5.1"
}
}
The text was updated successfully, but these errors were encountered: