Unable to run default ABP project - abp

I've followed the instructions and created a new solution using command
abp new Acme.BookStore -u blazor-server --tiered --preview
When I try and run the solution i get an error:
AbpException: Could not find the bundle file '/libs/bootstrap/css/bootstrap.css' for the bundle 'Blazor.LeptonXLiteTheme.Global'!
I've tried running abp install-libs but still doesn't work. Any ideas?

Related

ABPFRAMWORK couldn't determinate version of #abp/ng.schematics

I'm facing an error when using the command: abp generate-proxy
ABP Framework version: Version 4.0.0 (Stable)
User Interface: Angular
Steps needed to reproduce the problem: Executing the command abp generate-proxy
Exception message:
please double chek the URL in the source project environment and make
sure you application is up and running
In addition, how can I fix the warning:
Couldn't determinate version of "#abp/ng.schematics" package.
[WRN] Couldn't determinate version of "#abp/ng.schematics" package.
[Error] [API NOT AVAILABLE]please double chek the URL in the source project environment and make sure you application is up and running
You can try specifying the URL parameter; e.g.,
abp generate-proxy -t ng -m identity -u https://localhost:yourportnumber
This worked for me.

ExtJS - Unable to locate supported Framework

Downloaded Ext JS Enterprise* Edition for MacOS Catalina. Unzipped the file and executed the SenchaCmd-7.2.0.66-osx.app which installed the CMD tool.
The instructions to generate the application documented here states the following:
Generate the application using the following command:
sencha -sdk /path/to/downloaded/sdk generate app modern MyApp ./MyApp
what is the /path/to/downloaded/sdk?
Tried several different paths but always get the following error:
Unable to locate 'framework.dir' property from sencha.cfg and no framework directory specified
[ERR] Please ensure this command was executed from a valid framework directory
[ERR] No Framework specified.
Please help!
could not get the zip download and CMD to work. Used the NPM option to download and make new app.

Failed to initialize build 'vsphere-iso': builder type not found: vsphere-iso

I'm having issues on MacOSX with a Packer Plugin that doesn't seem to be recognized. I've installed it using multiple methods. Including creating a ~/.packer.d/plugins directory and moving the plugin there and granting execute permissions.
This is the plugin:
packer-builder-vsphere
I'm running a very simple packer build just to test it and I get the error:
Failed to initialize build 'vsphere-iso': builder type not found: vsphere-iso
I've also tried adding it to the same directory as packer /usr/local/bin/ AND I've tried running it from the Current Running Directory as well. None of these methods are working and I'm not sure what I'm missing.
Any help would be appreciated.
Thanks!
The name of the plugin executable is wrong, it should be packer-builder-vsphere-iso and not include the version.

Windows + Xampp + CakePHP - Composer throws error on update

I am trying to create a local development environment on a Windows machine using Xampp. Xampp has been setup correctly and I am able to access localhost, locahost/phpmyadmin and a virtual host I created domain.local. This Virtual Host is a CakePHP application that I had been running on a Linux Box (nginx). I use that code to setup the site, but when I try to run
php composer.phar update
to have composer download all dependencies, I get the following error:
Fatal error: Class 'Cake\Composer\Installer\PluginInstaller' not found in
phar://C:/Users/admin/Documents/Sites/domain.local/website/composer.phar/src/Composer/Plugin/PluginManager.php
on line 244
I have tried a bunch of things without success.
Also to note php composer.phar self-update, runs without issue.
Not sure what to do at this point. Any help is appreciated.
After more tryouts, I finally decided to delete the vendor folder and surprisingly it fixed my issue. Composer downloaded all dependencies and everything works as expected.

How to build production application using sencha cmdv3

Can anybody tell me how to build a production application using sencha cmdv3.
I have tried using
C:\Users\Test\bin\Sencha\Cmd\3.0.0.250>sencha create jsb -a D:\Test
VSSProject\app1\index.html -p Test.jsb3
And I'm getting no such property error.
I also tried:
C:\Users\Test\bin\Sencha\Cmd\3.0.0.250>sencha app build
And I get the error:
Please ensure this command was executed from a valid application
C:\Users\Test\bin\Sencha\Cmd\3.0.0.250>sencha -sdk D:\sencha-touch\
ext-4.1.1a app build production D:\Test
Thanks

Resources