-
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) |
Beta Was this translation helpful? Give feedback.
Answered by
ekimkael
Aug 14, 2024
Replies: 1 comment 1 reply
-
Thanks to @thetutlage npm i @adonisjs/drive
node ace configure @adonisjs/drive --verbose |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ekimkael
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to @thetutlage
This worked