|
I just start a fresh adonisjs application but everytime I want to install additionnal packages I got this error. ❯ node ace add @adonisjs/drive
[ info ] Installing the package using the following command : npm add @adonisjs/drive
❯ Continue ? (Y/n) · true
[ wait ] unable to install the package ...
[ error ] The operation was aborted
at abortChildProcess (node:child_process:724:27)
at EventTarget.onAbortListener (node:child_process:794:7)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:825:20)
at EventTarget.dispatchEvent (node:internal/event_target:760:26)
at abortSignal (node:internal/abort_controller:370:10)
at AbortController.abort (node:internal/abort_controller:392:5)
at EventTarget.r (file:///Users/ekimkael/Projects/voyager/node_modules/tinyexec/dist/main.js:430:9)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:825:20)
at EventTarget.dispatchEvent (node:internal/event_target:760:26)
at abortSignal (node:internal/abort_controller:370:10) |
Answered by
ekimkael
Aug 14, 2024
Replies: 2 comments 1 reply
|
Thanks to @thetutlage npm i @adonisjs/drive
node ace configure @adonisjs/drive --verbose |
1 reply
Answer selected by
ekimkael
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to @thetutlage
This worked