1.0.2 • Published 5 years ago
@deeplocal/dl-node-react-cli v1.0.2
dl-node-react-cli
This npm package will help you setup NodeJS + React projects. You will be able to select whether you want socket connections, Gumband, Bitbucket Pipelines, and Docker along with a standard README.
Because this is a private npm package you need to add an .npmrc file to your project, and put an auth token in it.
Installation
Once you have the .npmrc file, you can install with:
npm i -g @deeplocal/dl-node-react-cli@1.0.1
Usage
Run the following command to being the setup:
dl-node-react-cli
This will initiate the setup process. Follow the instructions and your project will be setup!
Troubleshooting
If your system complains that the current user does not have permission to /usr/local/lib/node_modules
, run the following command:
sudo chown -R $USER /usr/local/lib/node_modules