satis-control-panel
satis-control-panel copied to clipboard
sh: 1: webpack-dev-server: not found
Hello! After installing the project with "composer create-project realshadow/satis-control-panel scp" and running the "npm run build" command, trying to run the "npm start' give me the "sh: 1: webpack-dev-server: not found" error. Inspecting the package.json file, I could see the command (npm start) mapping to the "webpack-dev-server (...)'.
The package assumes the environment to have a global installation of its dependencies? If yes, I think it does not seem interesting.
Has anyone faced with this problem?