Skip to content

doesn't recognize build command #69

@venki0004

Description

@venki0004

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

  1. Update assembler to "@adonisjs/assembler": "^7.1.1",
  2. Run node ace build --production in the project directory.
  3. Observe the error message.

## Environment

  • Node.js version: V14.15.5
  • npm version: V6.14.11
  • Adonis version: V5
  • Operating system: macOS
image

Reproduction repo

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions