sebpiq / WebPd

Run your Pure Data patches on the web.
GNU Lesser General Public License v3.0
932 stars 89 forks source link

Failure to install the latest version of WebPd #141

Closed qlambert-pro closed 11 months ago

qlambert-pro commented 1 year ago

Running: npm install -g webpd Gives:

npm ERR! Cannot set properties of null (setting 'dev')
npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2023-10-31T16_59_10_106Z-debug-0.log
sebpiq commented 1 year ago

Aaah ! Not good ... Is it working with a local install (without -g) ?

qlambert-pro commented 1 year ago

Yes, it is working.

sebpiq commented 1 year ago

@qlambert-pro ok thanks ! Then for the next few days it will stay like this as there is a workaround, then I'll fix it with the next release.

qlambert-pro commented 1 year ago

ok

fmammoli commented 1 year ago

I am also not able to run the latest release using npx. Installing locally works fine thought. Running npx webpd@latest -i ...etc gives:

npm WARN reify invalid or damaged lockfile detected
npm WARN reify please re-try this operation once it completes
npm WARN reify so that the damage can be corrected, or perform
npm WARN reify a fresh install with no lockfile if the problem persists.
npm ERR! Cannot destructure property 'package' of 'node.target' as it is null.

Running npx webpd@v1.0.0-alpha.3 works fine.

Maybe it helps to find a workaround.

sebpiq commented 11 months ago

Should be fixed now with latest release :)

qlambert-pro commented 10 months ago

I can confirm.