@amigo9090/ih-libiec61850-node 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -33,7 +33,7 @@ A cross-platform Node.js native addon for the **IEC 61850 protocol**, enabling s
|
|
|
33
33
|
2. Install the package via npm:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npm install @amigo9090/ih-libiec61850-node
|
|
36
|
+
npm install @amigo9090/ih-libiec61850-node --ignore-scripts
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
3. Prebuilt binaries will be automatically downloaded for your platform and architecture. If a prebuilt binary is unavailable, the addon will be compiled using `node-gyp`, requiring:
|