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
Added the "remote" upstream origin
mv: rename MeanTest/packages/custom/meanStarter to MeanTest/packages/custom/MeanTest: No such file or directory
Do you want to set up an admin user?
? Yes N
All Done! - Now lets install the dependencies...
Install node package dependencies:
$ cd MeanTest && npm install
Bower install should be triggered for client side dependencies.
If it did not run invoke it manually...
$ cd MeanTest && bower install
Run the app by running:
$ cd MeanTest and then run..
$ gulp
There is no packages directory, should this have come from the git clone? I don't see a packages directory in the git repo either.
The text was updated successfully, but these errors were encountered:
I am new to mean.io. I installed everything on OS X, and then initialized a project MeanTest. This resulted in the error:
mv: rename MeanTest/packages/custom/meanStarter to MeanTest/packages/custom/MeanTest: No such file or directory
Here is the full output:
Cloning branch: master into destination folder: MeanTest
git clone --depth 1 -bmaster https://github.com/linnovate/mean.git "MeanTest"
Cloning into 'MeanTest'...
Added the "remote" upstream origin
mv: rename MeanTest/packages/custom/meanStarter to MeanTest/packages/custom/MeanTest: No such file or directory
Do you want to set up an admin user?
? Yes N
All Done! - Now lets install the dependencies...
Install node package dependencies:
$ cd MeanTest && npm install
Bower install should be triggered for client side dependencies.
If it did not run invoke it manually...
$ cd MeanTest && bower install
Run the app by running:
$ cd MeanTest and then run..
$ gulp
There is no packages directory, should this have come from the git clone? I don't see a packages directory in the git repo either.
The text was updated successfully, but these errors were encountered: