Stop the battle, @yarnpkg @npmjs! @pnpmjs got it, symlink as far as you can!
https://twitter.com/gilamran/status/880534130944913408
started with @npmjs, came @yarnpkg , now @pnpmjs, wonder what's next🤔
zkochan@zkochan:~/src/test/vscode1$ npm i vscode-ripgrep | |
> [email protected] postinstall /home/zkochan/src/test/node_modules/vscode-ripgrep | |
> node ./dist/postinstall.js | |
module.js:471 | |
throw err; | |
^ | |
Error: Cannot find module 'github-releases' |
Stop the battle, @yarnpkg @npmjs! @pnpmjs got it, symlink as far as you can!
https://twitter.com/gilamran/status/880534130944913408
started with @npmjs, came @yarnpkg , now @pnpmjs, wonder what's next🤔
back to pnpm
original thread happened on 2017 Jun 13 11:49: https://gitter.im/pnpm/pnpm?at=593fa6fd6549436c7d41f4c9
@marxus85:
hey .. there is something i dont get
on windows 10.. i've got this folder %userprofile%.pnpm-store\1\registry.npmjs.org
7zip-bin-linux@^1.0.3: | |
id: registry.npmjs.org/7zip-bin-linux/1.0.3 | |
shasum: 66724d7bb7526381574393888f62566ed537151c | |
tarball: 'https://registry.npmjs.org/7zip-bin-linux/-/7zip-bin-linux-1.0.3.tgz' | |
7zip-bin-mac@^1.0.1: | |
id: registry.npmjs.org/7zip-bin-mac/1.0.1 | |
shasum: 3e68778bbf0926adc68159427074505d47555c02 | |
tarball: 'https://registry.npmjs.org/7zip-bin-mac/-/7zip-bin-mac-1.0.1.tgz' | |
7zip-bin-win@^2.0.2: | |
id: registry.npmjs.org/7zip-bin-win/2.0.2 |
lebab es5.js -o es6.js --transform commonjs
.js
extensions to .ts
.
ERROR in /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib/index.js | |
Module not found: Error: Cannot resolve module 'babel-loader' in /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib | |
@ /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib/index.js 3:0-23 | |
ERROR in /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib/index.js | |
Module not found: Error: Cannot resolve module 'babel-loader' in /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib | |
@ /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib/index.js 7:0-35 | |
ERROR in /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib/index.js | |
Module not found: Error: Cannot resolve module 'babel-loader' in /home/zkochan/.pnpm/.store/flat/[email protected]/_/lib |
Could not start watchman; falling back to NodeWatcher for file system events. | |
Visit http://ember-cli.com/user-guide/#watchman for more info. | |
10% building modules 4/6 modules 2 active ...re/[email protected]/_/addStyles.jsTypeError: Cannot read property 'directoryExists' of undefined | |
at Object.getAutomaticTypeDirectiveNames (/home/zkochan/src/test/issue394/node_modules/.store/[email protected]/_/lib/typescript.js:43865:17) | |
at State.loadTypesFromConfig (/home/zkochan/src/test/issue394/node_modules/.store/[email protected]/_/src/host.ts:150:36) | |
at new State (/home/zkochan/src/test/issue394/node_modules/.store/[email protected]/_/src/host.ts:144:14) | |
at Object.ensureInstance (/home/zkochan/src/test/issue394/node_modules/.store/[email protected]/_/src/instance.ts:150:19) | |
at compiler (/home/zkochan/src/test/issue394/node_modules/.store/[email protected]/_/src/index.ts:37:20) | |
at Object.loader (/home/zkochan/src/test/issue394/node_module |
'use strict'; | |
module.exports = createApp; | |
var createElement = require('virtual-dom/create-element'); | |
var diff = require('virtual-dom/diff'); | |
var patch = require('virtual-dom/patch'); | |
function createApp(mount) { | |
var tree; | |
var node; |
server.route.pre(function(next, opts) { | |
if (!opts.config.passport) return next(opts); | |
if (opts.config.passport.authenticate) { | |
opts.handler = [ | |
function(req, res, next) { | |
var passportOpts = opts.config.passport.authenticate[req.params.provider] || | |
opts.config.passport.authenticate.default; | |
passport.authenticate(req.params.provider, passportOpts)(req, res, next); | |
}, |