Azeirah / quippet

A plugin for the atom editor to easily create new snippets
MIT License
5 stars 3 forks source link

Failed to load the quippet package #11

Open fabriciosomini opened 8 years ago

fabriciosomini commented 8 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.1.0 System: Unknown Windows Version Thrown From: quippet package, v2.0.0

Stack Trace

Failed to load the quippet package

At Cannot find module 'C:\Users\u6033450\AppData\Local\atom\app-1.1.0\resources\app.asar\node_modules\snippets'

Error: Cannot find module 'C:\Users\u6033450\AppData\Local\atom\app-1.1.0\resources\app.asar\node_modules\snippets'
    at Module._resolveFilename (module.js:334:15)
    at Function.Module._resolveFilename (C:\Users\u6033450\AppData\Local\atom\app-1.1.0\resources\app.asar\src\module-cache.js:383:52)
    at Function.Module._load (module.js:284:25)
    at Module.require (module.js:363:17)
    at require (module.js:382:17)
    at Object.<anonymous> (file:///C:/Users/u6033450/.atom/packages/quippet/lib/quippet-view.coffee:3:12)
    at Object.<anonymous> (file:///C:/Users/u6033450/.atom/packages/quippet/lib/quippet-view.coffee:1:1)
    at Module._compile (module.js:428:26)
    at Object.defineProperty.value [as .coffee] (C:\Users\u6033450\AppData\Local\atom\app-1.1.0\resources\app.asar\src\compile-cache.js:169:21)
    at Module.load (module.js:353:32)

Commands

Config

{
  "core": {
    "themes": [
      "one-dark-ui",
      "batman-syntax"
    ],
    "disabledPackages": [
      "javascript-snippets",
      "javascript-snippets",
      "javascript-snippets",
      "javascript-snippets",
      "javascript-snippets",
      "javascript-snippets"
    ]
  }
}

Installed Packages

# User
auto-detect-indentation, v0.4.2
batman-syntax, v1.0.1
linter, v1.10.0
quippet, v2.0.0

# Dev
No dev packages
fabriciosomini commented 8 years ago

I got this error, do you know why?

wochap commented 8 years ago

i have the same problem, did you solve it?

fabriciosomini commented 8 years ago

No @wochap, I didn't :(

Azeirah commented 8 years ago

Sorry guys, this plugin was made before Atom made large changes to their api. Since I do not use Atom, I do not intend to maintain this plugin whatsoever. If you want to, you can try to fix the issues yourself, it shouldn't be too hard.

@fabriciosomini @wochap

end-user commented 6 years ago

Then please mark your project deprecated.