I'm trying to deploy the default MEAN stack project 
(https://github.com/linnovate/mean) but I'm getting nodeJS build errors:


npm http 200 https://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz
       
       > [email protected] install 
/tmp/build_mm5nftnx8n17/node_modules/connect-mongo/node_modules/mongodb/node_modules/bson
       > (node-gyp rebuild 2> builderror.log) || (exit 0)
       
       
       > [email protected] install 
/tmp/build_mm5nftnx8n17/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos
       > (node-gyp rebuild 2> builderror.log) || (exit 0)
       
       
       > [email protected] install 
/tmp/build_mm5nftnx8n17/node_modules/mongoose/node_modules/mongodb/node_modules/bson
       > (node-gyp rebuild 2> builderror.log) || (exit 0)
       
       make: Entering directory 
`/tmp/build_mm5nftnx8n17/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos/build'
         SOLINK_MODULE(target) Release/obj.target/kerberos.node
         SOLINK_MODULE(target) Release/obj.target/kerberos.node: Finished
         COPY Release/kerberos.node
       make: Leaving directory 
`/tmp/build_mm5nftnx8n17/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos/build'
       make: Entering directory 
`/tmp/build_mm5nftnx8n17/node_modules/connect-mongo/node_modules/mongodb/node_modules/bson/build'
         CXX(target) Release/obj.target/bson/ext/bson.o
       make: Entering directory 
`/tmp/build_mm5nftnx8n17/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build'
         CXX(target) Release/obj.target/bson/ext/bson.o
         SOLINK_MODULE(target) Release/obj.target/bson.node
         SOLINK_MODULE(target) Release/obj.target/bson.node: Finished
         COPY Release/bson.node
       make: Leaving directory 
`/tmp/build_mm5nftnx8n17/node_modules/connect-mongo/node_modules/mongodb/node_modules/bson/build'
         SOLINK_MODULE(target) Release/obj.target/bson.node
         SOLINK_MODULE(target) Release/obj.target/bson.node: Finished
         COPY Release/bson.node
       make: Leaving directory 
`/tmp/build_mm5nftnx8n17/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build'
       
       > [email protected] postinstall /tmp/build_mm5nftnx8n17
       > ./node_modules/bower/bin/bower install
       
       sh: ./node_modules/bower/bin/bower: not found
       npm ERR! weird error 127
       npm ERR! not ok code 0
 !     Failed to install --production dependencies with npm

 !     Push rejected, failed to compile Node.js app



Are there any specific nodeJS repositories I should add in my package.json 
file?

Thanks




-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to