You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following tutorial on package basics http://edu.biojs.net/series/101/30_package_basics.html# and under step 5 i.e. Start Coding section, I couldn't find index.js under lib folder of my package.
Instead it's present in initial project directory that I created.
Is this index.js file same as <module-name.js> file under lib folder or index.js in project folder?
Seems like it should be <modulename.js> file under lib folder under project directory.
The text was updated successfully, but these errors were encountered:
Yep I removed the index.js from slush as it was nearly empty. Your main file is specified in the package.json so the index was just an unnecessary layer. There shouldn't be any index.js anymore. Sorry for forgetting to update the edu
Yep if you run slush, your main file is in the lib folder
I was following tutorial on package basics
http://edu.biojs.net/series/101/30_package_basics.html#
and under step 5 i.e.Start Coding
section, I couldn't findindex.js
underlib
folder of my package.Instead it's present in initial project directory that I created.
Is this
index.js
file same as<module-name.js>
file underlib
folder orindex.js
in project folder?Seems like it should be
<modulename.js>
file underlib
folder under project directory.The text was updated successfully, but these errors were encountered: