geosolutions-it / MapStore2

The solution to create and share maps, dashboards, geostories with 3D support on the web. And it is open-source too!
https://mapstore.geosolutionsgroup.com/
Other
515 stars 402 forks source link

create a new project will not be able to start it in dev environment #6424

Closed MV88 closed 3 years ago

MV88 commented 3 years ago

Description

there is a misalignment between the start script in package.json and the one in projectScripts.json

How to reproduce

Expected Result

to be able to start mapstore in dev mode

Current Result

an error occurs

Browser info (use this site: https://www.whatsmybrowser.org/ for non expert users) | Browser Affected | Version | |---|---| |Internet Explorer| | |Edge| | |Chrome| | |Firefox| | |Safari| |

Other useful information

ElenaGallo commented 3 years ago

@MV88 running npm start from a new project this error appears:

error: unknown option '--hot=only' [webpack-cli] Did you mean '--hot'? [webpack-cli] Run 'webpack --help' to see available commands and options npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! msproject@1.0.0 start: webpack serve --progress --color --port 8081 --hot=only --inline --content-base . npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the msproject@1.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\geosolutions\AppData\Roaming\npm-cache_logs\2021-01-20T09_41_10_204Z-debug.log