Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Can not generate services with Node 8.1.0 #94

Closed
2 tasks
blackmatch opened this issue Jun 12, 2017 · 6 comments
Closed
2 tasks

Can not generate services with Node 8.1.0 #94

blackmatch opened this issue Jun 12, 2017 · 6 comments

Comments

@blackmatch
Copy link

Steps to reproduce

(First please check that this issue is not already solved as described
here
)

  • Tell us what broke. The more detailed the better.
  • If you can, please create a simple example that reproduces the issue and link to a gist, jsbin, repo, etc.

Expected behavior

Tell us what should happen

Actual behavior

I want to generate an authentication, so I run feathers generate authentication. But it stop here
2017-06-12 19 53 36
I can do nothing. press any key is not working.

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working):

NodeJS version: 8.1.0

Operating System: macOS

Browser Version:

React Native Version:

Module Loader:

@nihaf
Copy link

nihaf commented Jun 12, 2017

Can reproduce the problem with:

  • Windows 10 Pro 64bit
  • Node 8.1.0
  • Latest feathers-cli

Tried on Windows Cmd, PowerShell, babun (zsh). Each with and without administrative rights.

Steps to reproduce:

  1. npm install -g feathers-cli
  2. mkdir featherstest
  3. cd featherstest
  4. feathers generate app
    1. enter on project-name,
    2. empty description,
    3. source files in src,
    4. package manager npm,
    5. only REST
  5. feathers generate authentication
    1. select User + Password
    2. press enter for default service name users
    3. and no more reaction...

@daffl
Copy link
Member

daffl commented Jun 12, 2017

@eddyystop Can you reproduce this on your Windows machine?

@eddyystop
Copy link

I run a Ubuntu VM. I'll set up a Windows environment tomorrow.

@daffl
Copy link
Member

daffl commented Jun 12, 2017

I can also confirm that this is also happening on Node 8.1.0 on Mac OS.

@eddyystop
Copy link

Plus with the comments in Slack, I think this is more a Node 8.1.0 issue than a Windows one.

@daffl daffl changed the title feathers generate authentication failed! Can not generate services with Node 8.1.0 Jun 12, 2017
@daffl
Copy link
Member

daffl commented Jun 13, 2017

This was caused by an issue in Node 8.1.0 (nodejs/node#13557). I just verified that it has been fixed in the latest version.

If you are encountering this problem, please upgrade to 8.1.1 or later.

@daffl daffl closed this as completed Jun 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants