aleph-im / aleph-explorer

Simple explorer for the Aleph.im network
4 stars 2 forks source link

Missing 'aggregates' dependency on 'serve' command #11

Closed Neozaru closed 1 year ago

Neozaru commented 4 years ago

OS : Windows 10 / Debian 9 Node version : v12.16.1 / 12.18.1 Npm version : 6.13.4 / 6.14.15

Steps to reproduce :

Output :

ERROR  Failed to compile with 2 errors                                                          

This dependency was not found:

* aleph-js/src/api/aggregates in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/AddressDetail.vue?vue&type=script&lang=js&, ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/Messages.vue?vue&type=script&lang=js&

To install it, you can run: npm install --save aleph-js/src/api/aggregates

Probably just a path/dependency issue

BjrInt commented 1 year ago

Can't reproduce, using yarn instead of npm may fix this?