Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Not found : @paulcbetts/node-sass #44

Closed
peteroome opened this issue Dec 23, 2016 · 5 comments
Closed

Not found : @paulcbetts/node-sass #44

peteroome opened this issue Dec 23, 2016 · 5 comments

Comments

@peteroome
Copy link

Hi, i'm getting Not found : @paulcbetts/node-sass when running npm install electron-compilers --save-dev. Did @paulcbetts/node-sass get unpublished or something? Or am i doing something wrong?

Thanks for your help.

@MarshallOfSound
Copy link
Member

For reference

electron/forge#37

@mrsimonemms
Copy link

If you are stuck whilst waiting for a fix, add the following npm-shrinkwrap.json to the root of your project

{
  "name": "NodeDB",
  "version": "0.0.0",
  "dependencies": {
    "electron-compilers": {
      "version": "4.0.7"
    }
  }
}

@anaisbetts
Copy link
Contributor

Sorry about that all, package was marked as private somehow

@mrsimonemms
Copy link

Thanks @paulcbetts and merry Christmas

@peteroome
Copy link
Author

Thanks @paulcbetts. And thanks for the suggestion @riggerthegeek. 👌

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants