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 recently started using meteor and came across the iron-cli package after reading some books. Tried to create a new project using the command iron create ownapp. Following is the console output :
created ownapp
created ownapp/.iron
....
Creating project app... /
Meteor app created
created ownapp/app/client
....
/Users/sshekh1/Desktop/js already exists. Do you want to overwrite it? [yn]: n
created app/client/templates/home/home.css
/Users/sshekh1/Desktop/js already exists. Do you want to overwrite it? [yn]: n
updated /Users/sshekh1/Desktop/js
/Users/sshekh1/Desktop/js already exists. Do you want to overwrite it? [yn]: n
/Users/sshekh1/Desktop/js already exists. Do you want to overwrite it? [yn]: n
Installing the package iron:router... /
Changes to your project's package version selections:
iron:controller added, version 1.0.12
iron:core added, version 1.0.11
iron:dynamic-template added, version 1.0.12
iron:layout added, version 1.0.12
iron:location added, version 1.0.11
iron:middleware-stack added, version 1.0.11
iron:router added, version 1.0.12
iron:url added, version 1.0.11
iron:router: Routing specifically designed for Meteor
✔ iron:router
created app/client/stylesheets/main.css
The application is being created inside a folder js_stuff inside desktop. However its placing the routes.js (that's what I think it is by inspecting the created js file) in the desktop itself.
When I generate new scaffolds, it updates this js file only.
The text was updated successfully, but these errors were encountered:
Hi,
I recently started using
meteor
and came across theiron-cli
package after reading some books. Tried to create a new project using the commandiron create ownapp
. Following is the console output :The application is being created inside a folder
js_stuff
inside desktop. However its placing theroutes.js
(that's what I think it is by inspecting the created js file) in the desktop itself.When I generate new scaffolds, it updates this js file only.
The text was updated successfully, but these errors were encountered: