php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

Global install results in "No rule to make target 'image'" error

Open ashooner opened this issue 1 year ago • 2 comments

To recreate, follow the readme instructions for build in place:

  1. $ npm install -g php-wasm (completes successfully)

  2. $ php-wasm image

results in: make: *** No rule to make target 'image'. Stop.

I've tried this on a MacOS host as well as a default gitpod workspace container with the same result.

ashooner avatar Jan 29 '24 22:01 ashooner

Me too

ATLAbanana35 avatar Jan 31 '24 11:01 ATLAbanana35

same

jbreuer95 avatar May 14 '24 15:05 jbreuer95

Me too :(

kazzkzpk avatar Jun 02 '24 02:06 kazzkzpk

@ashooner @ATLAbanana35 @jbreuer95 @kazzkzpk Sorry for the misstep there! You'll need to use the php-wasm-builder package for that. Things were getting a little too big for CDNs like unpkg & jsdeliver, so I had to break things up, but everything is still in one github repository.

The readme has been updated!

seanmorris avatar Jun 25 '24 13:06 seanmorris