levelmeup icon indicating copy to clipboard operation
levelmeup copied to clipboard

Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.

Results 7 levelmeup issues
Sort by recently updated
recently updated
newest added

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 4.2.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...

dependencies

Hey, I cannot get passed exercise 3... I installed you package locally and I am running it through ./node_modules/.bin/levelmeup This has worked for other workshoppers like stream-adveenture, javascripting, learnyounode, how-to-npm,......

bug

Hi, Attempting the first lesson and i have this module defined as '01-level-module.js' ```javascript module.exports.someFunction = function someFunction(x,y,callback) { callback(null,"ALL YOUR "+x+" ARE BELONG TO "+y); } ``` and my...

Eg. I get this code for the batch exercise. When you're trying to print your own debug code out too, it can throw you off: ``` bash Σ levelmeuptest$ levelmeup...

enhancement

A levelmeup queue datatype problem for levelmeup. The main focus is showing how easy it is to develop new datatypes on top of LevelUp. However, I'm finding some problems in...

``` D:\NodeSchool>npm install levelmeup -g npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/[email protected]: This version has been deprecated...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies