yes the example was the hello world example. Now having issues with bower. When you install node.js it tells you to run this cmd line…
npm install spark
That seemed to work just fine. It then moves to the client side area in the instructions and it says to type…
bower install spark.
I guess bower is another software package as this line does not work in command prompt but the site is not real clear. It just says ParticleJS can be included using bower.
This is not an issue for me as I understand that the js file is on the web and needs to be included in any web based file I intend on creating if I want to communicate through the cloud with a web page. Correct?
Well I have installed the node.js package as instructed but I keep getting this error
Keep in mind that the Particl Dev install does not create a folder called app.asar but does create one called app.asar.unpacked and that does not have the node_modules\spark-dev\lib subdirectory in it. Even after installing nodejs and using the command line…
npm install spark.
Now in the install folder of nodejs I found a file called spark.min.js, is that now what the file is called instead of spark-dev.js? if so that is real messed up to have the software give an error that it cant find a file and give you the wrong name. If that is not the file I need then where is spark-dev.js now that I have added all this additional software to my computer?