Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install extensions SDK #8577

Closed
3 tasks done
t-kawatsu opened this issue Oct 6, 2021 · 0 comments
Closed
3 tasks done

Can not install extensions SDK #8577

t-kawatsu opened this issue Oct 6, 2021 · 0 comments

Comments

@t-kawatsu
Copy link

Preflight Checklist

Describe the Bug

/directus/extensions/interfaces $ npm i -D @directus/extensions-sdk

up to date, audited 1138 packages in 2s

87 packages are looking for funding
  run `npm fund` for details

6 high severity vulnerabilities

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
/directus/extensions/interfaces $ npm audit fix --force
npm WARN using --force Recommended protections disabled.
npm WARN audit Updating sqlite3 to 1.7.3,which is a SemVer major change.
npm WARN audit No fix available for directus@*
npm WARN audit Updating connect-session-knex to 1.7.3,which is a SemVer major change.
npm WARN tarball tarball data for directus@file:directus-9.0.0-rc.95.tgz (null) seems to be corrupted. Trying again.
npm WARN tarball tarball data for directus@file:directus-9.0.0-rc.95.tgz (null) seems to be corrupted. Trying again.
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /directus/directus-9.0.0-rc.95.tgz
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/directus/directus-9.0.0-rc.95.tgz'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/node/.npm/_logs/2021-10-06T05_43_14_669Z-debug.log

To Reproduce

/directus/extensions/interfaces $ npm i -D @directus/extensions-sdk

up to date, audited 1138 packages in 2s

87 packages are looking for funding
  run `npm fund` for details

6 high severity vulnerabilities

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
/directus/extensions/interfaces $ npm audit fix --force
npm WARN using --force Recommended protections disabled.
npm WARN audit Updating sqlite3 to 1.7.3,which is a SemVer major change.
npm WARN audit No fix available for directus@*
npm WARN audit Updating connect-session-knex to 1.7.3,which is a SemVer major change.
npm WARN tarball tarball data for directus@file:directus-9.0.0-rc.95.tgz (null) seems to be corrupted. Trying again.
npm WARN tarball tarball data for directus@file:directus-9.0.0-rc.95.tgz (null) seems to be corrupted. Trying again.
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /directus/directus-9.0.0-rc.95.tgz
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/directus/directus-9.0.0-rc.95.tgz'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/node/.npm/_logs/2021-10-06T05_43_14_669Z-debug.log

What version of Directus are you using?

9.0.0-rc.95

What version of Node.js are you using?

16.10.0

What database are you using?

Postgres 12

What browser are you using?

Chrome

What operating system are you using?

docker-compose

How are you deploying Directus?

Docker

@directus directus locked and limited conversation to collaborators Oct 6, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants