retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.06k stars 652 forks source link

Can't resolve 'vue' #175

Closed hirokuni closed 6 years ago

hirokuni commented 6 years ago

Hi

I am making web app using react and retejs. When I tried to start the app, then I got a following error. (I also used create-react-app to make basic setup)

Failed to compile ./node_modules/rete-vue-render-plugin/build/vue-render-plugin.min.js Module not found: Can't resolve 'vue' in '/Users/hirokuni/work_team1/PlumConnectMobile/test/react-app-test-with-retejs/node_modules/rete-vue-render-plugin/build'

Could you advise me how to solve it?

Code. It is a minimum test application.

Ni55aN commented 6 years ago

So far you can install vue.js separately, since I forgot to add it to dependencies. I'll do it in the next version

hirokuni commented 6 years ago

Thank you for your reply. I solved it!