You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
There's definitely a problem with the alfred-chrome package. When I install with npm@2.1.8 I get:
npm ERR! enoent ENOENT, chmod '/Users/smikes/.nvm/v0.10.33/lib/node_modules/alfred-chrome/alfred-chrome.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
And sure enough, when I look inside the package I find:
So the module was published with no alfred-chrome.js file in it.
There may also be a problem with npm and its cache. You are running version 2.1.6, but the latest is 2.1.8. Why not try cleaning the cache and upgrading?
$ npm cache clean
$ npm install -g npm@latest
You will also probably want to contact the maintainer of alfred-chrome and ask them to add alfred-chrome.js to the files member in package.json.
So I have been trying to install https://github.com/ShogunPanda/alfred-chrome
and I continue to get this error from npm
Here is my error log:
Had anyone had this sort of issue? Is this the npm packages fault or a fault on my end? thanks!
The text was updated successfully, but these errors were encountered: