Skip to content

Can't resolve 'node-extend'  #764

@raphael10-collab

Description

@raphael10-collab

Just started to play around with ssb and ssb-server within electron-react app

import Server from 'ssb-server'
import config from 'ssb-config'
import fs from 'fs'

// add plugins
Server
  .use(require('ssb-master'))

I get this warning :

(base) raphy@pc:~/SSBplaying$ yarn start
yarn run v1.22.18
$ yarn run build && ELECTRON_DISABLE_SECURITY_WARNINGS=true electron ./dist/main/main.js
$ npx webpack --config ./webpack.config.js
asset main.js 1.96 MiB [emitted] (name: main)
modules by path ./node_modules/ 1.7 MiB 385 modules
+ 16 modules

WARNING in ./node_modules/unified/index.js 25:13-35
Module not found: Error: Can't resolve 'node-extend' in '/home/raphy/SSBplaying/node_modules/unified'
 @ ./node_modules/remark/index.js 18:14-32
 @ ./node_modules/mdmanifest/index.js 2:13-30
 @ ./node_modules/ssb-db/index.js 7:17-38
 @ ./node_modules/ssb-server/index.js 3:10-27
 @ ./src/main/main.ts 37:37-58

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions