NodeJS Internal Modules | file systems, path, child processes | Free Tutorial | SCALER

preview_player
Показать описание

00:00 - Introduction
0:45 - Predefined node modules
6:20 - child Process
17:07 - OS module
22:04 - FS modules
44:25 -path module
Рекомендации по теме
Комментарии
Автор

The video was great. But you accidentally showed you mobile number check at 12:20. If ore if intentional else crop that section.

saurabhshukla
Автор

Could you please suggest some good projects to mention on resume for freshers.

NaveenSingh-jsts
Автор

Unable to open calculator..Here is the code

const cp = require('child_process');
console.log("trying to open calculator");
cp.execSync('calc')
console.log("calculator opened");

Throw this error:
Error: Command failed: calc
/bin/sh: calc: command not found

rahulsaini