Help to install Mocha and Chai !
Ще помогнете ли с исталирането на Mocha и Chai ! Опитвам се от 2 дни и нещо не тръгва . Стъпките , които направих са следните :
1. npm install –g mocha
2. npm install –g chai
3. setx NODE_PATH %AppData%\npm\node_modules
в CMD-то !
След това отидох в vscode на Run - Open Configuration и добавих Mocha Tests
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"args": [
"-u",
"bdd",
"--timeout",
"999999",
"--colors",
"${file}"
],
"internalConsoleOptions": "openOnSessionStart",
"name": "Mocha Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
},
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\task.js"
}
]
}
Когато се опитам да пусна тестове ми дава следната грешка !
Waiting for the debugger to disconnect...
internal/modules/cjs/loader.js:969
throw err;
^
Error: Cannot find module 'c:\Users\LENOVO\Desktop\demo\node_modules\mocha\bin\_mocha'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:15)
at Function.Module._load (internal/modules/cjs/loader.js:842:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Ще се радвам да помогнете ! Водил съм се от дадената презентация и installation guide !
I think you can do better than that. http://acupuncturelubbock.com