Moving the conversation with @Voltezk from: https://github.com/spark/spark-cli/issues/144
@Voltezk , can you do the following:
1.) Remove node_modules directory from the main folder
2.) cd to the js folder and run npm install
3.) cd to the bin folder and run node spark.js --version
upon installation
1 Like
Voltezk
February 20, 2015, 2:02am
2
There was no node_modules folder to begin with, so I just ran npm install under js. Then I ran node spark.js --version under bin and it gave me : 0.4.94
, sounds like it’s installed.
In the meantime, you can use it as per normal except that you need to be in the bin folder and use the command prefix node spark.js ......
1 Like
Voltezk
February 20, 2015, 2:09am
4
Thanks so much for your help!!
1 Like