fossasia / susper.com

Susper Decentralised Search Engine https://susper.com
GNU Lesser General Public License v2.1
1.73k stars 301 forks source link

how to solve error with setting up in local system #1538

Open ayushnau opened 3 years ago

ayushnau commented 3 years ago

I ran the command ng serve but it is showing internal/modules/cjs/loader.js:888 throw err; ^

Error: Cannot find module 'C:\Users\LENOVO\AppData\Roaming\npm\node_modules\@angular\cli\bin\ng' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15) at Function.Module._load (internal/modules/cjs/loader.js:730:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } can someone tell me how to solve this