-
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Type: QuestionNeeds clarificationNeeds clarification
Description
Package version
7.1.1
Describe the bug
# Missing "build" command in node ace
## Description
When running node ace build --production, I'm encountering the following error:
[ error ] "build" command not found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! adonis@1.1.0 build: `node ace build --production`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the adonis@1.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
## Steps to Reproduce
- Update assembler to "@adonisjs/assembler": "^7.1.1",
- Run
node ace build --productionin the project directory. - Observe the error message.
## Environment
- Node.js version: V14.15.5
- npm version: V6.14.11
- Adonis version: V5
- Operating system: macOS
Reproduction repo
No response
Metadata
Metadata
Assignees
Labels
Type: QuestionNeeds clarificationNeeds clarification