Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GRS] Groestlcoin | Upgrade to NEW Groestlcoin Core ASAP | Segwit activated
by
priestc
on 06/07/2017, 19:10:30 UTC
I'm having a problem with the bitcore-lib fork found at: https://github.com/Groestlcoin/bitcore-lib

When I try to run "gulp test" I get the following error: Error: Cannot find module 'groestl-hash-js'

I'd make an issue on github but for some reason that repo doesn't allow you to make an issue...

It looks like the dependency wasn't added to the project correctly.

Thats odd that you are not able to make an issue on github.
I think i know what is the issue, can you tell me what you are trying to achieve? For example, are you trying to setup groestlsight or groestlpay?
Or do you need the bitcore-lib fork for another project like moneywagon?

I'm adding GRS to a fork of bitcore I'm trying to get started called altcore: https://github.com/priestc/altcore-lib

I think i figured out the problem: There is a file called "npm-shrinkwrap.json" which lists all the dependencies but not groestl-hash-js, so it doesn't install that dependency. If you delete the file it'll work, or run "npm shrinkwrap" to update the file.