Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit ac4d1e3

Browse files
authored
chore: update installation command (#78)
1 parent 139c5e8 commit ac4d1e3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,19 @@ Allows to connect native node modules with `.node` extension.
2424
To begin, you'll need to install `node-loader`:
2525

2626
```console
27-
$ npm install node-loader --save-dev
27+
npm install node-loader --save-dev
28+
```
29+
30+
or
31+
32+
```console
33+
yarn add -D node-loader
34+
```
35+
36+
or
37+
38+
```console
39+
pnpm add -D node-loader
2840
```
2941

3042
Setup the `target` option to `node`/`async-node`/`electron-main`/`electron-renderer`/`electron-preload` value and do not mock the `__dirname` global variable.

0 commit comments

Comments
 (0)