KomodoPlatform / Agama

Discontinued software - DONT USE - only for educational purpose
https://komodoplatform.com
MIT License
32 stars 46 forks source link

update gui build instruction #231

Closed sawlysawly closed 5 years ago

sawlysawly commented 5 years ago

i don t think the install webpack step is needed because it s in the package.json.

just the npm install install webpack already from dev dependency

sawlysawly commented 5 years ago

you can testing with:

rm -rf node_modules
npm install
npm run build
npm start

webpack can start ok without error so i don t think the extra install step is needed