6 lines
62 B
Bash
6 lines
62 B
Bash
#!/bin/sh
|
|
|
|
# test availability of node and npm
|
|
npm -v
|
|
node -v
|