-
Notifications
You must be signed in to change notification settings - Fork 127
Description
If building release 0.3.2, one gets:
++++++++++++++++++
bower angular-pouchdb#~0.1.5 ENORESTARGET No tag found that was able to satisfy ~0.1.5
Additional error details:
Available versions: 2.1.1, 2.1.0, 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0.0, 1.0.2, 1.0.1, 1.0.0
npm ERR! Linux 4.1.4-1-ARCH
npm ERR! argv "node" "/usr/bin/npm" "install"
++++++++++++++++++
By replacing the non present old angular-puchdb by the oldest still present (1.0.0):
sed -i 's/(.angular-pouchdb": "~)0.1.5(".)/\11.0.0\2/' storm-0.3.2/bower.json
Then that error goes away.
However another error shows up later:
++++++++++++++++++
[22:55:19] Starting 'compile'...
[22:55:19] Finished 'compile' after 17 μs
[22:55:19] Starting 'build'...
Using v0.10.4
Create cache folder in /home/vasqueja/.pkgs/src/cuevana-storm/src/storm-0.3.2/build/cache/0.10.4
Downloading: http://dl.node-webkit.org/v0.10.4/node-webkit-v0.10.4-linux-x64.tar.gz
[TypeError: Cannot read property 'indexOf' of undefined]
++++++++++++++++++
Is this maintained? Or is it dropped already?