PatternPack does not currently work with NPM 3.
NPM 3 has changed how dependencies are downloaded. Flattening the package structure has broken the ability PatternPack to properly understand where dependencies will exist. The logic used to determine where child dependencies are located needs to be updated to support the new flat dependency structure NPM uses.
PatternPack does not currently work with NPM 3.
NPM 3 has changed how dependencies are downloaded. Flattening the package structure has broken the ability PatternPack to properly understand where dependencies will exist. The logic used to determine where child dependencies are located needs to be updated to support the new flat dependency structure NPM uses.