mern-cli
mern-cli copied to clipboard
⛔️ DEPRECATED - A cli tool for getting started with MERN
This issue is just to request for handling or inviting developers for migrating the code base to typescript. **Benefits** - high definition type - More Secure code base - More...
npm start throws this error: `internal/modules/cjs/loader.js:596 throw err; ^ Error: Cannot find module '/home/marinangelo/web/lernen/react/MERN' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15) at Function.Module._load (internal/modules/cjs/loader.js:520:25) at Function.Module.runMain (internal/modules/cjs/loader.js:744:10) at startup (internal/bootstrap/node.js:238:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:572:3) /home/marinangelo/web/lernen/react/MERN...
(Mac OS X 10.13.6) prefix with sudo, install hangs with Unhandled rejection Error: Command failed: /usr/bin/git clone --depth=1 -q -b 0.0.2 git://github.com/timoxley/next-tick.git /Users/jon/.npm/_cacache/tmp/git-clone-bc41fa44 /Users/jon/.npm/_cacache/tmp/git-clone-bc41fa44/.git: Permission denied at ChildProcess.exithandler (child_process.js:291:12) at...
closes #42 Warns the user if special characters are used for the projectName in `mern init ` > Also, makes sure that the it is as per the npm package...
Closes #40 Warns the user if he fires in an unknown command with the message `unknown command ` along with the commands available.
Here's a list of packages that are not maintained according to messages: - babel-preset-es (consider babel-preset-env) - redux-ava - postcss-cssnext -> postcss-preset-env - mockgoose -> mongodb-memory-server - not-so-shallow - circular-json...
Presently, `mern init` doesn't warn if the user gives in special characters for the `ProjectName`. > It should follow the npm package naming conventions.
> I think it is a good idea to show warning to any other commands other than what is available. For instance, if the user makes a typo `mern inis`...
I got the following error: ``` Usage: merng [options] [args] Generate components, routes, controllers, models using mern generator Options: -h, --help output usage information Available Generators ____________________ $PREFIX/lib/node_modules/mern-cli/lib/commands/generate.js:43 blueprints.forEach(function (b)...
React component involves a lot of boilerplate. So, it'll be great if the next release supports creation of new components as specified by the user. Optionally the user may be...