reactonite/core

Install Node dependencies at run time

Closed this issue · 4 comments

Run npm i before running npm start

Isn't this autodone? When we generate dist?

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

This get's handled automatically so, dist folder is never pushed only HTML files all commands first call transpile this setups npm again.

Closing as discussed