Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feathers environment on Windows #478

Closed
zoulja opened this issue Dec 15, 2016 · 3 comments
Closed

Feathers environment on Windows #478

zoulja opened this issue Dec 15, 2016 · 3 comments

Comments

@zoulja
Copy link

zoulja commented Dec 15, 2016

I'm trying to "Create your first real-time app in minutes"

Steps to reproduce

Execute 'feathers generate'

Expected behavior

Some magic happens

Actual behavior

cmd.exe crashes silently
PowerShell console lives longer and provides some logs:

C:>"$basedir/C:/Users/user/AppData/Local/Yarn/config/global/node_modules/.bin/feathers.cmd" "$@"

The filename, directory name, or volume label syntax is incorrect.

C:>exit $?

I was able to execute 'feathers generate' using correct (for Windows) full path , but failed again because of another issue(path.js throw new TypeError('Path must be a string. Received ' + inspect(path));)

I will appreciate if some expert would verify "Create your first real-time app in minutes" on Windows using the latest versions

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working): feathers-cli@1.2.7
NodeJS version: v7.2.1
Operating System: Windows 7
Browser Version:n/a
React Native Version:n/a
Module Loader:n/a

@jerfowler
Copy link
Contributor

jerfowler commented Jan 6, 2017

This looks to be an issue with it installed with yarn global, I can verify and have the same problem.

Works fine with just npm -g, though.

Looks like a known issue: feathersjs-ecosystem/feathers-generator#15

@zoulja
Copy link
Author

zoulja commented Jan 9, 2017

Ok, by some reason feathers.cmd contained wrong configuration (related to yarn), but it was not removed during reinstalation/uninstallation
I deleted it manually, reinstalled feathers and now it's ok

@zoulja zoulja closed this as completed Jan 9, 2017
@lock
Copy link

lock bot commented Feb 7, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Feb 7, 2019
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

2 participants