question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

is this package on NPM?

See original GitHub issue

It appears that the package expanding-textareas cannot be found on NPM, though it’s referenced in the README. Would the maintainer be able to push at least the latest version to NPM?

You’ll probably have to checkout the tagged release, then do a publish to NPM:

git checkout 0.3.0
npm publish --tag 0.3.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kciveycommented, Dec 1, 2016

Bower won’t install it for me because the bower.json file is invalid:

bower                     invalid-meta for:/var/www/Posse/bower.json
bower                     invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower expanding-textareas#1.0.1       not-cached https://github.com/bgrins/ExpandingTextareas.git#1.0.1
bower expanding-textareas#1.0.1          resolve https://github.com/bgrins/ExpandingTextareas.git#1.0.1
bower expanding-textareas#1.0.1         download https://github.com/bgrins/ExpandingTextareas/archive/1.0.1.tar.gz
bower expanding-textareas#1.0.1          extract archive.tar.gz
bower expanding-textareas#1.0.1       EMALFORMED Failed to read /tmp/keith/bower/481a17a3d5ed933e525e6b5ab984adac-8467-H718Fv/bower.json

Additional error details:
Unexpected token ]

The problem is the extra comma after "node" on line 14.

1reaction
bgrinscommented, Nov 30, 2016

OK, 1.0.1 is published at https://www.npmjs.com/package/expanding-textareas.

@domchristie what do you want to mark as the ‘main’ file in package.json? dist/expanding.js or dist/expanding.jquery.js?

Read more comments on GitHub >

github_iconTop Results From Across the Web

About packages and modules - npm Docs
A package is a file or directory that is described by a package.json file. A package must contain a package.json file in order...
Read more >
npm
The free npm Registry has become the center of JavaScript code sharing, and with more than one million packages, the largest software registry...
Read more >
package - npm
package - Easy package.​​ This module provides an easy and simple way to export package. json data.
Read more >
Packages and modules - npm Docs
Introduction to packages and modules · About the public npm registry · npm package scope, access level, and visibility ; Contributing packages to...
Read more >
package.json - npm Docs
This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found