You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
lockbot
locked as resolved and limited conversation to collaborators
Feb 7, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: