-
-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Description
Prerequisites
I got the error below when I set the NODE_ENV=production, however, NODE_ENV=development is worked
Error: AdonisJS requires "@adonisjs/assembler" in order to run typescript source directly
Package version
"devDependencies": {
"@adonisjs/assembler": "^5.3.2",
"@types/uuid": "^8.3.1",
"adonis-preset-ts": "^2.1.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.2",
"eslint-plugin-prettier": "^3.4.0",
"pino-pretty": "^5.1.0",
"prettier": "^2.3.2",
"typescript": "~4.2",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/auth": "^8.0.7",
"@adonisjs/core": "^5.1.0",
"@adonisjs/lucid": "^15.0.3",
"@adonisjs/repl": "^3.0.0",
"aws-sdk": "^2.939.0",
"crypto-random-string": "^4.0.0",
"line-notify-nodejs": "^1.0.0",
"luxon": "^1.27.0",
"pg": "^8.6.0",
"phc-argon2": "^1.1.2",
"proxy-addr": "^2.0.7",
"randomstring": "^1.2.1",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.19",
"uuid": "^8.3.2"
}
Node.js and npm version
"node": "15.12.0
Metadata
Metadata
Assignees
Labels
No labels