Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Update npm requirement to v7+#21

Open
jbouwman wants to merge 1 commit intoceramicstudio:mainfrom
jbouwman:npm-quickstart-version
Open

Update npm requirement to v7+#21
jbouwman wants to merge 1 commit intoceramicstudio:mainfrom
jbouwman:npm-quickstart-version

Conversation

@jbouwman
Copy link

npm v6 installation of a ceramic node from packages on a linux system fails due to an ipfs-unixfs dependency on npm 7+

The errors:

npm WARN notsup Unsupported engine for ipfs-unixfs@4.0.3: wanted: {"node":">=14.0.0","npm":">=7.0.0"} (current: {"node":"14.17.1","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: ipfs-unixfs@4.0.3
npm WARN notsup Unsupported engine for ipfs-unixfs-exporter@5.0.3: wanted: {"node":">=14.0.0","npm":">=7.0.0"} (current: {"node":"14.17.1","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: ipfs-unixfs-exporter@5.0.3
npm WARN notsup Unsupported engine for ipfs-unixfs-importer@7.0.3: wanted: {"node":">=14.0.0","npm":">=7.0.0"} (current: {"node":"14.17.1","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: ipfs-unixfs-importer@7.0.3

System info:

$ uname -a
Linux home 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux

npm v6 installation of a ceramic node from packages on a linux system fails due to an ipfs-unixfs dependency on npm 7+

The errors:

```
npm WARN notsup Unsupported engine for ipfs-unixfs@4.0.3: wanted: {"node":">=14.0.0","npm":">=7.0.0"} (current: {"node":"14.17.1","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: ipfs-unixfs@4.0.3
npm WARN notsup Unsupported engine for ipfs-unixfs-exporter@5.0.3: wanted: {"node":">=14.0.0","npm":">=7.0.0"} (current: {"node":"14.17.1","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: ipfs-unixfs-exporter@5.0.3
npm WARN notsup Unsupported engine for ipfs-unixfs-importer@7.0.3: wanted: {"node":">=14.0.0","npm":">=7.0.0"} (current: {"node":"14.17.1","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: ipfs-unixfs-importer@7.0.3
```

System info:

```
$ uname -a
Linux home 4.19.0-17-amd64 ceramicstudio#1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants