Coder Social home page Coder Social logo

Comments (10)

Stupidism avatar Stupidism commented on May 29, 2024

gulp watch is not working now. @michaelkrone #79

NODE_ENV=production npm run seed is for production to create init root user.
When development you don't need this.
But you can emulate production with this command in your computer.

Your server environment NODE_ENV should be production already.
You should find some place to config your server to run npm run seed after launch.
or you can ssh into your server and run NODE_ENV=production npm run seed directly.

from generator-material-app.

TejasCMehta avatar TejasCMehta commented on May 29, 2024

I run set NODE_ENV=production on windows command prompt and it set env mode= production, gulp build work fine and indicates that it runs in production mode on npm start, but it do not able to find npm run seed command.

npm run seed is not found in local npm folder. how this works? will go inside seed.js file?

from generator-material-app.

Stupidism avatar Stupidism commented on May 29, 2024

Sorry, I forgot npm run seed is not in 0.2.2.

For now, you have two options:

  1. You can modify your server/config/seed.js to seed a root user in production.
  2. You can use develop branch first and wait for our next release

from generator-material-app.

TejasCMehta avatar TejasCMehta commented on May 29, 2024

I am eager to grab your next stable release, please give me estimate how long should I wait?

from generator-material-app.

Stupidism avatar Stupidism commented on May 29, 2024

Sorry, I'm an undergrade now. I'm busy with my Graduation Project. I joined this repo a few days ago. So what I'm contributing now is what I've done in my own project. Maybe after I finish my graduation project in early June, I will focus on next stable release but not fancy new and half features now.

This project is what my company is using now. So I'll continue to contribute after that. Don't worry.

The owner is busy himself. I don't know how much time he will spend in this, @michaelkrone

from generator-material-app.

michaelkrone avatar michaelkrone commented on May 29, 2024

I am on a conference today, but the weekend is reserved for doing a Material Update and alining the master/published Version with develop.

Then the production env should be work with npm Version.

from generator-material-app.

TejasCMehta avatar TejasCMehta commented on May 29, 2024

Thanks @stupidisum @michaelkrone

from generator-material-app.

TejasCMehta avatar TejasCMehta commented on May 29, 2024

Should we bother about below warnings while doing npm install from git bash on windows system as Admin rights ?

image

from generator-material-app.

Stupidism avatar Stupidism commented on May 29, 2024

some old dependencies caused this. I have some of these warnings, too.
Don't ask unrelated questions in closed issue.
Open another issure if you do have a question.

from generator-material-app.

michaelkrone avatar michaelkrone commented on May 29, 2024

@TejasCMehta
Hi, please do not use the app in production of it can be accessed via the Internet. The packaged jwt version has a known security issue. Please wait for #44 to be closed.

from generator-material-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.