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
{{ message }}
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
I just clone your repo, after installing the packages and run npm run dev I got this error because of lacking iroha.js file at /src folder. Where I can get iroha.js file ?
ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/CreateUser.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ../../../src/iroha.js in /Users/apple/Programming/Vue/iroha-demo-javascript/src/components
@ ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/CreateUser.vue 7:13-45
ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/Send.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ../../../src/iroha.js in /Users/apple/Programming/Vue/iroha-demo-javascript/src/components
@ ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/Send.vue 7:13-45
The text was updated successfully, but these errors were encountered:
I just clone your repo, after installing the packages and run
npm run dev
I got this error because of lackingiroha.js
file at/src
folder. Where I can getiroha.js
file ?The text was updated successfully, but these errors were encountered: