System Information
- Strapi Version: 4.3.6
- Operating System: Windows 10
- Database: sqlite
- Node Version: 16.17.0
- NPM Version: 8.15.0
- Yarn Version:
This happened after I installed strapi-graphql. Here is the output in the terminal
2022-09-05 19:55:48.463] debug: ⛔️ Server wasn't able to start properly.
[2022-09-05 19:55:48.470] error: Could not load js config file C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\plugin-users-permissions\strapi-server.js: UNKNOWN: unknown error, lstat 'C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\plugin-users-permissions\server\strategies'
Error: Could not load js config file C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\plugin-users-permissions\strapi-server.js: UNKNOWN: unknown error, lstat 'C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\plugin-users-permissions\server\strategies'
at loadJsFile (C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\strapi\lib\core\app-configuration\load-config-file.js:20:11)
at loadFile (C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\strapi\lib\core\app-configuration\load-config-file.js:37:14)
at Object.loadPlugins (C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\strapi\lib\core\loaders\plugins\index.js:95:26)
at async Strapi.loadPlugins (C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\strapi\lib\Strapi.js:319:5)
at async Promise.all (index 2)
at async Strapi.register (C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\strapi\lib\Strapi.js:355:5)
at async Strapi.load (C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\strapi\lib\Strapi.js:456:5)
at async Strapi.start (C:\Users\slettea\OneDrive - Online\Desktop\strapi test\fresh-project\node_modules\@strapi\strapi\lib\Strapi.js:198:9)