Git Product home page Git Product logo

generator-nodeserver's People

Contributors

akihikokuroda avatar chuckcox avatar cvignola avatar dingwilson avatar emmatucker15 avatar gee4vee avatar ibmcloudtools avatar jmeis avatar nfstein avatar patrickocoffeyo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

generator-nodeserver's Issues

Errors Trying to Install this Package with Node v8.3

Any advice on how to use this project with newer versions of node, or do I need an older version to at least generate the scaffolding of projects?

It seems like a dependency of this generator requires an older node engine (v4) and I am getting the following error when trying to install this generator with Node v8.11.3 (via NVM):

nsdemo|⇒ npm install -g generator-nodeserver
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for [email protected]: wanted: {"node":"<=4.x"} (current: {"node":"8.11.3","npm":"6.3.0"})
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"<=4.x"}
npm ERR! notsup Actual:   {"npm":"6.3.0","node":"8.11.3"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/paul/.npm/_logs/2019-04-17T18_27_48_268Z-debug.log

npm run idt:install on ubuntu 18.04

m@arrakis:~/src/node/openarrakis$ npm run idt:build

[email protected] idt:build /home/m/src/node/openarrakis
node idt.js build

Checking for idt
Running: bx dev build
Validating Docker image name
OK
Checking if Docker container openarrakis-express-tools is running FAILED An error exit status 4 was encountered while building the Docker image. Dumping output from the command: child_process.js:645 throw err; ^ Error: Command failed: bx dev build
at checkExecSyncError (child_process.js:602:13)
at Object.execSync (child_process.js:642:13)
at runIDT (/home/m/src/node/openarrakis/idt.js:58:6)
at Object. (/home/m/src/node/openarrakis/idt.js:51:15)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] idt:build: node idt.js build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] idt:build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/m/.npm/_logs/2018-12-08T19_52_10_498Z-debug.log
m@arrakis:~/src/node/openarrakis$

error in bootstrapping

i tried to start a new project as per guidelines in docs. and then i faced this error .
You don't seem to have a generator with the name “/home/vamshi/my-apps/node/gitHome/node_modules/generator-nodeserver/node_modules/generator-ibm-core-node-express/app” installed.

image

npm run idt:install on arch linux

i used generator-nodeserver on my older ubuntu machine , it worked totally fine with some tweaks. and recently i installed arch linux .when i tried to use same package in it , it ended up saying


[install_deps] Checking for and updating 'apt-get' support on Linux
[install_deps] ERROR: 'apt-get' is not found.  Thats the only linux installer I know, sorry.

i dont think , this package is ubuntu specific . so i need help and even changes in documentation

Min supported node.js version?

Hey there! Neat project, I've forked and would like to contribute! What's the minimum supported Node.js version? I didn't see an engine or .nvmrc file, or any min node version documented anywhere so I thought I'd ask.

Thanks, and cheers! 🍻

build script is throwing error

HI

I have followed the set up docs.

  • Set up generator using yeomen.
  • Did yo nodeserver
  • npm install
  • npm run idt:install
  • npm run idt:build

BUILD LOG:
node idt.js build

Checking for idt
Running: bx dev build
Creating image heavenues-express-tools based on Dockerfile-tools...
Image will have user ruhassan with id 502 added
OK
Creating a container named 'heavenues-express-tools' from that image...
OK
Starting the 'heavenues-express-tools' container...
OK
Building the project in the current directory started at Wed Mar 28 13:28:58 2018
FAILED
Failed to build the project.
ENOENT: no such file or directory, chmod '/app/node_modules/strong-supervisor/bin/sl-runctl.js'

to solve it i manually installed strong-supervisor node package.

Again i ran npm run idt:build
LOG:

[email protected] idt:build /Users/ruhassan/heavenues
node idt.js build

Checking for idt
Running: bx dev build
Creating image heavenues-express-tools based on Dockerfile-tools...
FAILED
An error lstat node_modules_linux/strong-log-transformer: no such file or directory was encountered while building the Docker image.

Can anyone please help.

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.