-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
Title. Basi…
-
Version: Deno 2.0.0
`deno init` a repo., `deno install` at least an npm package into the repo that is used in `main.ts`
`deno run main.ts` works.
cd out of folder, rename folder, cd into fold…
-
Hi there,
I have an issue installing the package on a project this morning :
```bash
npm install chordsheetjs
npm error code EINVALIDPACKAGENAME
npm error Invalid package name "chord-transposer…
-
Similar to `go/build`, but for `npm`. Building a new Node package is something like:
```
npm ci --omit=dev
npm prune --production
npm run build
```
This pipeline should also provide `nodejs` and `np…
-
Hi!
Nice library to use, I really enjoy it, but could you update [npm package](https://www.npmjs.com/package/elliptic-curve-solidity) with contracts, because there is still contract with `>=0.5.3
-
Version: Deno 1.39.3
---
Importing relative, local npm package doesn't work under Deno using `deno.json` or `package.json`.
```js
// main.js
import 'my-lib';
```
```jsonc
// package.…
-
```
> import * as pl from "npm:@pola-rs/browser"
✅ Granted env access to "NODE_CLUSTER_SCHED_POLICY".
✅ Granted env access to "NODE_UNIQUE_ID".
Uncaught TypeError: Could not resolve 'npm:@pola-r…
-
### Overview of the problem
**Buefy** version: [0.1.4]
### Description
In the npm-package of buefy-next the license file is missing. In our project we use an automated way to gather all lic…
-
Hey folks,
Trying to consume this package for a project and it seems it's not published onto NPM.
Would you be willing to do that, please?
-
Possible solution:
- If there's a GitHub repo, look for package.json (to establish the link)
- Query the npm registry for the package name and manifest (To check the package exists)
- Check if the …