mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
Add missing import of process (#108)
* Add missing import of process * Add missing (bare-)process * Add missing (bare-)process * Add missing (bare-)process
This commit is contained in:
committed by
rafapaezbas
parent
74c4e389b8
commit
a90e91fd6b
@@ -164,7 +164,7 @@ Finally create a `core-reader-app` project:
|
||||
mkdir core-reader-app
|
||||
cd core-reader-app
|
||||
pear init -y -t terminal
|
||||
npm install corestore hyperswarm hyperbee b4a
|
||||
npm install corestore hyperswarm hyperbee b4a bare-process
|
||||
```
|
||||
|
||||
|
||||
@@ -174,6 +174,7 @@ Alter the generated `core-reader-app/index.js` file to the following
|
||||
import Hyperswarm from 'hyperswarm'
|
||||
import Corestore from 'corestore'
|
||||
import b4a from 'b4a'
|
||||
import process from 'bare-process'
|
||||
|
||||
import { Node } from 'hyperbee/lib/messages.js'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user