Giter VIP home page Giter VIP logo

Comments (5)

nathansobo avatar nathansobo commented on June 11, 2024

I'm having trouble reproducing this. Here is my space-pen installed in the node_modules of Atom core:

Nathans-MacBook-Pro-2:space-pen nathansobo$ pwd
/Users/nathansobo/github/atom/node_modules/space-pen
Nathans-MacBook-Pro-2:space-pen nathansobo$ tree .
.
├── LICENSE
├── README.md
├── lib
│   ├── jquery-extensions.js
│   └── space-pen.js
├── package.json
└── vendor
    └── jquery.js

2 directories, 6 files

from space-pen.

ameyp avatar ameyp commented on June 11, 2024

I'm trying to use space-pen on its own, not as part of Atom:

vagrant@precise64:~/tmp/node_modules/space-pen$ pwd
/home/vagrant/tmp/node_modules/space-pen
vagrant@precise64:~/tmp/node_modules/space-pen$ tree .
.
|-- LICENSE
|-- node_modules
|   `-- underscore-plus
|       |-- lib
|       |   `-- underscore-plus.js
|       |-- LICENSE.md
|       |-- node_modules
|       |   `-- underscore
|       |       |-- LICENSE
|       |       |-- package.json
|       |       |-- README.md
|       |       |-- underscore.js
|       |       `-- underscore-min.js
|       |-- package.json
|       `-- README.md
|-- package.json
|-- README.md
`-- vendor
    `-- jquery.js

6 directories, 13 files

from space-pen.

nathansobo avatar nathansobo commented on June 11, 2024

Hi @ameyp. Still having trouble reproducing. What version are you on?

Nathans-MacBook-Pro-2:tmp nathansobo$ npm install space-pen
npm http GET https://registry.npmjs.org/space-pen
npm http 200 https://registry.npmjs.org/space-pen
npm http GET https://registry.npmjs.org/space-pen/-/space-pen-3.1.2.tgz
npm http 200 https://registry.npmjs.org/space-pen/-/space-pen-3.1.2.tgz
npm http GET https://registry.npmjs.org/underscore-plus
npm http 304 https://registry.npmjs.org/underscore-plus
npm http GET https://registry.npmjs.org/underscore
npm http 200 https://registry.npmjs.org/underscore
[email protected] node_modules/space-pen
└── [email protected] ([email protected])
Nathans-MacBook-Pro-2:tmp nathansobo$ cd node_modules/space-pen/
Nathans-MacBook-Pro-2:space-pen nathansobo$ tree .
.
├── LICENSE
├── README.md
├── lib
│   ├── jquery-extensions.js
│   └── space-pen.js
├── node_modules
│   └── underscore-plus
│       ├── LICENSE.md
│       ├── README.md
│       ├── lib
│       │   └── underscore-plus.js
│       ├── node_modules
│       │   └── underscore
│       │       ├── LICENSE
│       │       ├── README.md
│       │       ├── package.json
│       │       ├── underscore-min.js
│       │       └── underscore.js
│       └── package.json
├── package.json
└── vendor
    └── jquery.js

from space-pen.

ameyp avatar ameyp commented on June 11, 2024

I removed ~/.npm and installed it again, and this time it worked. I had previously given this repo as a dependency in my package.json, so I guess npm was fetching it from the cache instead of from npmjs.org? Anyway, fixed now, sorry for the trouble.

from space-pen.

nathansobo avatar nathansobo commented on June 11, 2024

No worries. Glad we figured it out.

from space-pen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.