سؤال

I'm developing a web application in Go on Nitrous.io and i want to install Less for css compilation. Is there a way of installing NPM on a Nitrous box setup for Go development?

هل كانت مفيدة؟

المحلول

Nitrous IDE now include autoparts to manage additional package and nodejs is available:

http://blog.nitrous.io/2013/09/18/introducing-autoparts-for-nitrous-io.html

In the terminal, try:

parts install nodejs

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top