-
Notifications
You must be signed in to change notification settings - Fork 65
Description
I try to install your explorer https://github.com/wavesplatform/WavesExplorerLite
but I see some error after trying to start command
yarn install
after this try to run
node-sass
Here is the partial log:
yarn install v1.17.3
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check.
Excluding it from installation.
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check.
Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/1] ⠄ node-sass
...
then I see this errors.
This need Python27 in folder C:\\Python27\\python.EXE.
I just try the command
npm install --global windows-build-tools
And I see Python27 folder then,
but yarn install cann't compile and stop with errors after node-sass - step.
UPD: Trying this again with administrative privelegies - stop after python27 found...
Then, try:
npm rebuild node-sass
And got fail... Errors...
I see some files was been added in /node_modules/ folder.
And I see too many errors, while i try to do compilation of this.
Also, I tried to install this old block-explorer: https://github.com/wavesplatform/WavesExplorerLite/tree/old-explorer
But this don't working too. Some variable is undefined there, inside fs.js.
Do you have portable versions of this explorers, in zip-archive, without need to any installation?
Maybe you can add node.js portable and python portable, there, inside zip, no?