mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Readme typo
remove package-lock.json
This commit is contained in:
parent
722a5121ae
commit
2e8ec73ef0
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ coverage
|
|||||||
puball.sh
|
puball.sh
|
||||||
setenv.sh
|
setenv.sh
|
||||||
/.project
|
/.project
|
||||||
|
package-lock.json
|
||||||
|
@ -34,7 +34,7 @@ To run tests on all of the nodes you will need the node-red runtime:
|
|||||||
If you already have Node-RED installed you can point to the existing installation to save space.
|
If you already have Node-RED installed you can point to the existing installation to save space.
|
||||||
|
|
||||||
npm i node-red-nodes
|
npm i node-red-nodes
|
||||||
npm i {path_to_your_existing_Node-RED-install} --no-save
|
npm i {path_to_your_existing_Node-RED_install} --no-save
|
||||||
npm test
|
npm test
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Loading…
Reference in New Issue
Block a user