njbrown / texturelab

Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator
Other
735 stars 45 forks source link

Unable to install using either NPM or Yarn #3

Closed cowdawg closed 4 years ago

cowdawg commented 4 years ago

For now I'll focus on NPM. Got these as errors:

npm ERR! Linux 5.3.0-28-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code EREADFILE

npm ERR! Error extracting /home/peter/.npm/custom-electron-titlebar/3.2.1/package.tgz archive: ENOENT: no such file or directory, open '/home/peter/.npm/custom-electron-titlebar/3.2.1/package.tgz'
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/peter/prj-src/extapps/texturelab/npm-debug.log

Ubuntu 18.03 Python 3.9.0a3

njbrown commented 4 years ago

I'll need a day or so to try to replicate this. In the meantime, do u mind updating node and npm on your computer to something more up to date?

I'm using: node v12.13.0 npm 6.12.0