Search Criteria
Package Details: nodemcu-tool 3.2.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodemcu-tool.git (read-only, click to copy) |
---|---|
Package Base: | nodemcu-tool |
Description: | Upload/Download Lua files to your ESP8266 module with NodeMCU firmware |
Upstream URL: | https://www.npmjs.com/package/nodemcu-tool |
Licenses: | MIT |
Submitter: | cyrevolt |
Maintainer: | cyrevolt |
Last Packager: | cyrevolt |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-10 21:45 (UTC) |
Last Updated: | 2021-10-17 00:57 (UTC) |
Dependencies (3)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR)
- python2AUR (python2-binAUR)
Required by (1)
- nodemcu-firmware-git (optional)
Latest Comments
cyrevolt commented on 2021-10-27 21:00 (UTC)
Okay, please try the following (I do not expect much of a difference, but you never know...):
Mind that to install the dependencies, only run
npm install
without the name if the module.If this doesn't work either, please file an issue to upstream on GitHub, including your versions of npm and Node.js. I cannot reproduce it myself, unfortunately, sorry.
fred118 commented on 2021-10-27 20:13 (UTC) (edited on 2021-10-27 20:16 (UTC) by fred118)
Yes. I get the same error message
cyrevolt commented on 2021-10-27 19:34 (UTC)
Oh whew that went boom...
I can only guess a few things right now. The repo at least is missing a package-lock.json file, which would pin dependencies. However, the npm install part should resolve and install the dependency tree either way. Now with some bad luck, something can still go wrong in that process.
So let's see: Does the same issue occur when you clone the nodemcu-tool repo directly, and then run
npm install
andnpm rebuild
there?fred118 commented on 2021-10-27 19:12 (UTC)
Last Update fails:
ClawOfLight commented on 2019-10-03 11:06 (UTC)
When I try to install this, serialport fails to compile. Anyone have a solution?
mgisbers commented on 2019-05-12 18:45 (UTC)
Still needs npm and python2 to build.
Wild_Penguin commented on 2019-04-25 17:39 (UTC)
Any reason why this package installs files mostly with 750 permissions (owned by root:root) ? Is it by design or an oversight?
Speranskiy commented on 2019-03-18 18:56 (UTC)
python2 and npm should be added as makedepends
Elinvention commented on 2018-12-24 18:47 (UTC)
I think, npm is needed as a dependency.