Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Node - Won't install library
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="griimnak" data-source="post: 417561" data-attributes="member: 35695"><p>I just just started messing with node so pardon me if i sound noob.</p><p></p><p>But, if you're installing the package onto your whole pc you'll wanna use npm install -g <package> (-g means global), and if you're only installing it onto one of your projects you can use npm install --save <package> and it places it in node_modules folder of your current directory.</p><p></p><p>as for the warnings about the desc and license and readme, you can ignore those. it's just letting you know that you left some fields empty in your package.json</p><p></p><p>also, to launch some packages sometimes it's as easy as npm start discord.io, but idk in your case</p></blockquote><p></p>
[QUOTE="griimnak, post: 417561, member: 35695"] I just just started messing with node so pardon me if i sound noob. But, if you're installing the package onto your whole pc you'll wanna use npm install -g <package> (-g means global), and if you're only installing it onto one of your projects you can use npm install --save <package> and it places it in node_modules folder of your current directory. as for the warnings about the desc and license and readme, you can ignore those. it's just letting you know that you left some fields empty in your package.json also, to launch some packages sometimes it's as easy as npm start discord.io, but idk in your case [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Node - Won't install library
Top