Questions tagged [meteor-clt]

For questions on the Meteor Command Line Tool

Basic Commands Documented Here:

http://docs.meteor.com/#/basic/command-line

3 questions
2
votes
0 answers

Error in building meteor app

When I try to deploy my app (with meteor-up mup deploy command) I got this error on build step then I test and found that same error also return when use meteor build command: Building Started:…
b24
  • 2,425
  • 6
  • 30
  • 51
1
vote
0 answers

Make meteor client ignore a specific node module whereas server should use it

I have used this module in my library https://www.npmjs.com/package/chilkat_win32 I tried using this library in my meteor project. But when I run I get the following error. W20160616-12:38:10.272(5.5)? (STDERR) W20160616-12:38:10.272(5.5)? (STDERR)…
AnOldSoul
  • 4,017
  • 12
  • 57
  • 118
0
votes
1 answer

Is it possible to write node JS code in meteor 1.3 client side?

I can't find any evidence on whether its possible to write node js code in meteor 1.3 client side. I went through some old questions but those days it was not available. I had read somewhere that it would be possible from 1.3 onwards. But I cannot…
AnOldSoul
  • 4,017
  • 12
  • 57
  • 118