C-JSN / D3-ID3

iD3: an Integrated Development Environment for D3.js
http://d3-id3.com/
MIT License
789 stars 54 forks source link

Hang on npm run webpack #76

Closed gaelicmichael closed 7 years ago

gaelicmichael commented 7 years ago

NPM never seems to complete or return when I issue “npm run webpack”

smeads commented 7 years ago

@gaelicmichael sorry for the delayed reply.

I usually open 2 terminal windows (tabs). The first one I will run npm run webpack. I'll keep it running so I don't have to run it each time I make updates to the code. If you want webpack to stop running just type the following command ctrl + c in your terminal. The second terminal window I'll run npm run dev-start. Again, I'll leave this running as well and use same command as above to quite it's runtime. However, if I make any changes to the package.json file then you'll have to re-run both commands to see the reflected changes.

Hopefully this answers your question. If not, please let me know.