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
Do i have to install tslib separately? It is windows 10
{ "name": "admin", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo "Error: no test specified" && exit 1", "start": "nodemon index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@admin-bro/express": "^3.1.0", "@admin-bro/mongoose": "^1.1.0", "admin-bro": "^3.4.0", "express": "^4.17.1", "express-formidable": "^1.2.0", "mongoose": "^5.11.17" } }
The text was updated successfully, but these errors were encountered:
But this shouldn't happen, you either tell it in the documentation that you have to manually install this library, or you put it as a peerdependency.
Sorry, something went wrong.
Turn off tslib require when compiling ts files
23e5dae
Fixes SoftwareBrothers/adminjs#772
Still got the issue with "@adminjs/express"
Successfully merging a pull request may close this issue.
Do i have to install tslib separately?
It is windows 10
{
"name": "admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@admin-bro/express": "^3.1.0",
"@admin-bro/mongoose": "^1.1.0",
"admin-bro": "^3.4.0",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"mongoose": "^5.11.17"
}
}
The text was updated successfully, but these errors were encountered: