node.js - Building rethinkdb from source on Ubuntu -


i trying build rethinkdb source , hitting on error:

npm warn engine amdefine@0.1.1: wanted: {"node":">=0.4.2"} (current: {"node":"0.13.0-pre","npm":"2.11.3"}) npm warn engine mime-db@1.13.0: wanted: {"node":">= 0.6"} (current: {"node":"0.13.0-pre","npm":"2.11.3"}) npm http fetch 200 https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz npm err! linux 3.16.0-30-generic npm err! argv "/usr/local/bin/node" "/usr/local/bin/npm" "--userconfig" "/home/myth/rethinkdb/mk/support/config/npm.conf" "--cache" "/home/myth/rethinkdb/external/npm_cache-2colxsuu" "--cache" "/home/myth/rethinkdb/external/admin-deps_2.0.3.fetch-2suk269g/npm-cache" "install" npm err! node v0.13.0-pre npm err! npm  v2.11.3 npm err! code enotsup  npm err! notsup unsupported npm err! notsup not compatible version of node/npm: vinyl-fs@0.3.13 npm err! notsup required: {"node":">= 0.10"} npm err! notsup actual:   {"npm":"2.11.3","node":"0.13.0-pre"}  npm err! please include following file support request: npm err!     /home/myth/rethinkdb/external/admin-deps_2.0.3.fetch-bcjwskoe/npm-debug.log  full error log: ./build/external/admin-deps_2.0.3_fetch.log make[1]: *** [external/admin-deps_2.0.3] error 1 make: *** [make] error 2 

seems appropriate version of npm missing. version need? how should diagnose problem?

it seems problem not rethinkdb, vinyl-fs (an npm module) doesn't seem fact you're using version of node -pre. perhaps can try installing nvm , using 0.12 install rethinkdb?


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -