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
Also the creation of a project with jppm init works. However, upon starting the default project (hello world) with jppm start I get the following error:
jppm start
-> linux
-> app:run
-> install
-> get versions of package jphp-core, source: http://api.develnext.org
(warning) Failed to find package 'jphp-core' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-zend-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-zend-ext' in http://api.develnext.org, Internal Server Error
(warning) -> failed to install jphp-core@*, cannot find package.
(warning) -> failed to install jphp-zend-ext@*, cannot find package.
What can I do in order to execute the default project?
The text was updated successfully, but these errors were encountered:
Hey,
I am currently trying to setup JPHP on my Ubuntu 20.04 machine.
Steps done
Now the output of
jppm version
seems fine:Also the creation of a project with
jppm init
works. However, upon starting the default project (hello world) withjppm start
I get the following error:What can I do in order to execute the default project?
The text was updated successfully, but these errors were encountered: