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
I just follow steps for installation. ember serve and open browser http://localhost:4200.
I got some errors.
Uncaught Error: Assertion Failed: Ember Views require jQuery between 1.7 and 2.1
Uncaught Error: Could not find module `ember` imported from `poly-cli/app`
Do I need some more settings?
The text was updated successfully, but these errors were encountered:
Hi there @ChangJoo-Park, sorry to read you've been having issues.
We're moving away from this implementation of Poly in preference for a different stack of technologies based on Ruby on Rails and React.js. You can find that repo on https://github.com/wikitongues/poly-react.
If you'd like to get this repo running however, the first piece of advice I could offer with regards to the errors you've run into would be to double check that you ran the install commands for bower and NPM: npm install and bower install. If that doesn't help fix the problem, I'll be more than happy to look into it further.
I just follow steps for installation.
ember serve
and open browserhttp://localhost:4200
.I got some errors.
Do I need some more settings?
The text was updated successfully, but these errors were encountered: