You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following instructions for "Development with Framework" in the README to this repository...
cd roundware-web-framework
npm run watch
I assume cloning the roundware-web-framework repository is implicit.
The npm run watch command doesn't work for me: roundware/roundware-web-framework#55
Continuing on:
cd roundware-web-template
sudo npm link ../roundware-web-frameowrk
This seems to be working, albeit with some warnings about critical security vulnerabilities.
Then:
npm start
This opens a browser window to localhost:2345 and then takes a while to process.
When the processing completes, it loads a web page full of compilation errors.
These look like they are also shown in the command line:
Following instructions for "Development with Framework" in the README to this repository...
I assume cloning the roundware-web-framework repository is implicit.
The
npm run watch
command doesn't work for me:roundware/roundware-web-framework#55
Continuing on:
This seems to be working, albeit with some warnings about critical security vulnerabilities.
Then:
This opens a browser window to
localhost:2345
and then takes a while to process.When the processing completes, it loads a web page full of compilation errors.
These look like they are also shown in the command line:
https://gist.github.com/sbenthall/62b7dcb5c433e17fd2de2b732bc887f4
The text was updated successfully, but these errors were encountered: