electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

Not found : @paulcbetts/node-sass #44

Closed peteroome closed 7 years ago

peteroome commented 7 years ago

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 commented 7 years ago

For reference

https://github.com/electron-userland/electron-forge/issues/37

mrsimonemms commented 7 years ago

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 commented 7 years ago

Sorry about that all, package was marked as private somehow

mrsimonemms commented 7 years ago

Thanks @paulcbetts and merry Christmas

peteroome commented 7 years ago

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