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
Hi I get problem creating api in rails (version 6.0.3.7, ruby 2.7.3) error at end of creation, am on Linux Ubuntu 21.04
CURRENT PATH: /home/anton/apiup
run cp /home/anton/apiup/files/README.md . from "."
run sed -i '' "s/[APP NAME]/Rails Articles Api/" README.md from "."
sed: can't read s/[APP NAME]/Rails Articles Api/: No such file or directory
Its not creating the users model with Doorkeeper?
Is there something missing, looks like its not getting the Readme.md file contents properly? Thanks
The text was updated successfully, but these errors were encountered:
Hi I get problem creating api in rails (version 6.0.3.7, ruby 2.7.3) error at end of creation, am on Linux Ubuntu 21.04
CURRENT PATH: /home/anton/apiup
run cp /home/anton/apiup/files/README.md . from "."
run sed -i '' "s/[APP NAME]/Rails Articles Api/" README.md from "."
sed: can't read s/[APP NAME]/Rails Articles Api/: No such file or directory
Its not creating the users model with Doorkeeper?
Is there something missing, looks like its not getting the Readme.md file contents properly? Thanks
The text was updated successfully, but these errors were encountered: