nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

Development repository for the nodejs cookbook

Results 20 nodejs issues
Sort by recently updated
recently updated
newest added

Move to recommended --location=global param # Description NPM CLI is deprecating `-global` ... recently release prints it to stderr (though another release reverts it). ## Issues Resolved #245 ## Check...

Release: Minor

### :speaking_head: Foreword This is related to https://github.com/sous-chefs/nodejs/issues/245 , but adding bug Issue for visibility for others who might encounter it. ## :ghost: Brief Description With a recent version of...

### :speaking_head: Foreword Debated on this being "Feature request" or "Bug" NPM has been talking about deprecating `-global` - this cookbook needs to account for that. ## 😦 Problem Statement...

Feature Request

When switching between previously installed versions of node this cookbook will not run the make install which does not update the current node binary.

Bug
Priority: Medium

### Description Add and update #227 Move the needed package install from a test recipe to the cookbook source install recipe ### Issues Resolved [List any existing issues this PR...

Release: Patch

### Cookbook version 5.0.0 ### Chef-client version 13.6.4 ### Platform Details Centos 7.4 ### Scenario: I noticed that if you don't set the ```default['nodejs']['binary']['url']``` attribute value then the checksum value...

Bug
Priority: Medium

### Cookbook version 6.0.0 ### Chef-client version 14.2.0 ### Platform Details RHEL 7 ### Scenario: If a system already has a node.js repository and nodejs package installed that are different...

Priority: Medium

### :speaking_head: Foreword Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without...

Feature Request
hacktoberfest
Help Wanted
Priority: Medium
Tech Debt

Running into an issue where using the nodejs_npm lwrp with a json (packages.json) file will run 'npm install' on every converge. ``` nodejs_npm 'node-app-name' do path '/path/to/app' json true user...

Bug
hacktoberfest
Priority: Low

Given: - node installed using binary method - npm installed using source method When: - update node version - leave npm version unchanged Then - embbed npm of node is...

Bug
hacktoberfest
Help Wanted
Maintenance
Priority: Medium