Install Node dependencies at run time
Closed this issue · 4 comments
chirag-jn commented
Run npm i
before running npm start
avisionx commented
Isn't this autodone? When we generate dist?
Aniket-Pradhan commented
Isn't this autodone? When we generate dist?
I don't think so... imaging a case where the user deletes the node_modules
folder or uses some version control where node_modules
is ignored, then we will have to run npm i
before running npm start
avisionx commented
This get's handled automatically so, dist folder is never pushed only HTML files all commands first call transpile this setups npm again.
avisionx commented
Closing as discussed