module-not-found-error

WebJar for module-not-found-error

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

module-not-found-error
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

module-not-found-error
WebJar for module-not-found-error
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/bendrucker/module-not-found-error

Скачать module-not-found-error

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/module-not-found-error/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>module-not-found-error</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/module-not-found-error/
implementation 'org.webjars.npm:module-not-found-error:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/module-not-found-error/
implementation ("org.webjars.npm:module-not-found-error:1.0.1")
'org.webjars.npm:module-not-found-error:jar:1.0.1'
<dependency org="org.webjars.npm" name="module-not-found-error" rev="1.0.1">
  <artifact name="module-not-found-error" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='module-not-found-error', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "module-not-found-error" % "1.0.1"
[org.webjars.npm/module-not-found-error "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

module-not-found-error Build Status

Create a module not found error

Install

$ npm install --save module-not-found-error

Usage

var moduleNotFoundError = require('module-not-found-error')

var err = moduleNotFoundError('foo')
//=> err.message: Cannot find module 'foo'
//=> err.code: 'MODULE_NOT_FOUND'

API

moduleNotFoundError(id) -> err

Returns an error with the appropriate message and code.

id

Required
Type: string

A module name or path passed to require.

License

MIT © Ben Drucker

Версии библиотеки

Версия
1.0.1