#63 Install issue via NPM following 2.1.4 Update

Closed
opened 2 years ago by YaBoiDan · 3 comments
YaBoiDan commented 2 years ago

Both npm i -g d-fi@latest and npm i -g d-fi generate the same error on both Ubuntu and Alpine when trying to upgrade existing instance and installing fresh.

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /usr/local/lib/node_modules/d-fi/dist/src/d-fi.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/d-fi/dist/src/d-fi.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

Full log attached.

Both `npm i -g d-fi@latest` and `npm i -g d-fi` generate the same error on both Ubuntu and Alpine when trying to upgrade existing instance and installing fresh. ``` npm ERR! code ENOENT npm ERR! syscall chmod npm ERR! path /usr/local/lib/node_modules/d-fi/dist/src/d-fi.js npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/d-fi/dist/src/d-fi.js' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent ``` Full log attached.
Namkhai B. commented 2 years ago
Collaborator

I don't get that error but yeah, looks like I f**ckd something up on this release, sorry. (used yarn publish instead of npm publish).

As a workaround you could get the source code and build it, or get a prebuild binary from https://github.com/d-fi/releases/releases.

Be sure this will be fixed in the next release, should be coming this week.

I don't get that error but yeah, looks like I f**ckd something up on this release, sorry. (used yarn publish instead of npm publish). As a workaround you could get the source code and build it, or get a prebuild binary from https://github.com/d-fi/releases/releases. Be sure this will be fixed in the next release, should be coming this week.
Namkhai B. commented 2 years ago
Collaborator

released v2.1.5, can you try again?

released v2.1.5, can you try again?
sayem314 commented 2 years ago
Owner

should be fixed now in latest release

should be fixed now in latest release
Sign in to join this conversation.
No Milestone
No assignee
3 Participants
Loading...
Cancel
Save
There is no content yet.