Closed selique closed 9 years ago
You can safely ignore the WARN messages about the repository field and the license field as they're really just minor notices. But if you want them to go away, you'll need to fill in those elements in your package.json as those would be unique to your project.
As for the bower issue, I'm not sure I understand. What are you trying to do?
I'm doing something quite unusual if you take into account, but do not believe that is the problem, open a machine in codio.com site with a standard php stack, inside I uploaded the github repository of files and start via terminal codio the installation command. I understand your answer but did not understand why inside the terminal codio the command '$ gulp' not start. if you can take the test as explained above would be interesting, because the codio up a virtual Linux environment.
Interesting! I made an account, but I can't use the terminal with a free account, so I can't test it in that SaaS environment. Have you tried running it locally? And when you run gulp
, are you typing in the $?
its so strangely because all account have access to terminal on codio.
Are you paying for the service? I signed up for a free account and it won't let me access to the terminal.
oh, sorry i have account and this so old i don't remember that's closed for paying customers... i am registered on time beta into this but i believe you can closed this issue, for the resolution i change path of repository NPM
I'm glad you were able to get it working :)
i recommend add the params for a better and more complete installation $ npm install -g gulp
reference : https://github.com/HosseinKarami/fastshell/blob/master/DOCS.md
Thanks for the tip. I added a note about needing Gulp installed, and the CLI task to install it on the main README: https://github.com/ryanbenson/Harvest/commit/eb2c1ed81e312aa2559c34bc9a83e67afed3e024
i revice this Message when try install packages ->npm WARN package.json FrontFriend@0.0.1 No repository field.
i try change the package.json for bower.json and revice the messages -> bower browser-sync#^2.9.11 ENOTFOUND Package browser-sync not found and ->bower gulp-concat#^2.6.0 ENOTFOUND Package gulp-concat not found
well, i tried doing the manual installation, but the result is equal.